Move test configuration to phpunit.xml
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user