Fix test discovery for class tests
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
46a70dba88
commit
aac4e31eee
@ -15,7 +15,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Classes">
|
||||
<directory suffix="_test.php">test/classes</directory>
|
||||
<directory suffix="Test.php">test/classes</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Engines">
|
||||
<directory suffix="_test.php">test/engines</directory>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Classes">
|
||||
<directory suffix="_test.php">test/classes</directory>
|
||||
<directory suffix="Test.php">test/classes</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Engines">
|
||||
<directory suffix="_test.php">test/engines</directory>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Classes">
|
||||
<directory suffix="_test.php">test/classes</directory>
|
||||
<directory suffix="Test.php">test/classes</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Engines">
|
||||
<directory suffix="_test.php">test/engines</directory>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user