Move test configuration to phpunit.xml
This commit is contained in:
parent
637cd0760d
commit
d5e1f122f7
|
@ -5,4 +5,9 @@
|
|||
<directory suffix=".php">../exceptions/</directory>
|
||||
</include>
|
||||
</coverage>
|
||||
<testsuites>
|
||||
<testsuite name="Project Test Suite">
|
||||
<directory>tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Loading…
Reference in New Issue
Block a user