Also run test files ending with Test.php (capital letter)

This commit is contained in:
Christian Bläul
2018-01-21 14:57:31 +01:00
committed by Fonata
parent af549dc47e
commit 5ea1d95f31

View File

@@ -11,8 +11,8 @@
stopOnSkipped="false"> stopOnSkipped="false">
<testsuites> <testsuites>
<testsuite name="parseCSV Test Suite"> <testsuite name="parseCSV Test Suite">
<directory suffix="test.php">properties/</directory> <directory suffix="est.php">properties/</directory>
<directory suffix="test.php">methods/</directory> <directory suffix="est.php">methods/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>