kphp
kphp copied to clipboard
Some `phpt` file names are not recognized by `kphp_tester.py`
For example:
- I add new
phpt
file with the following path:tests/phpt/constants/006_object_as_class_const.php
. - Then I do
$ ./kphp_tester.py 006_object_as_class_const.php
. - After that, I see
Can't find any tests with [006_object_as_class_const.php] tag
- Rename file to
tests/phpt/constants/006_oacc.php
- Launch
$ ./kphp_tester.py 006_oacc.php
- It's succeed