Fixed the PHPUnit settings

This commit is contained in:
Cédric Belin
2019-04-12 10:02:46 +02:00
parent 605f47177a
commit 3b584899bd

View File

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