Move test configuration to phpunit.xml

This commit is contained in:
Nathan Eikermann 2021-05-05 19:47:29 +02:00
parent 637cd0760d
commit d5e1f122f7

View File

@ -5,4 +5,9 @@
<directory suffix=".php">../exceptions/</directory>
</include>
</coverage>
<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>