Update testsuite directory

This commit is contained in:
Oliver Davies 2019-04-01 18:15:11 +01:00
parent 638be9eb2b
commit 7cabd2fb2f

View file

@ -7,7 +7,7 @@
stopOnFailure="true">
<testsuites>
<testsuite name="Unit tests">
<directory suffix="Test.php">./tests/Unit</directory>
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
</phpunit>