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