Updated the PHPUnit settings

This commit is contained in:
Cédric Belin
2019-04-14 01:06:14 +02:00
parent a154c77f89
commit d498e89310

View File

@ -12,7 +12,7 @@
<testsuites> <testsuites>
<testsuite name="all"> <testsuite name="all">
<directory>.</directory> <directory suffix="Test.php">.</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>