Add testsuite for /tests directory in phpunit.xml
This commit is contained in:
parent
5d80f82040
commit
0c0d059dd3
|
@ -14,4 +14,9 @@
|
||||||
testdox="true"
|
testdox="true"
|
||||||
timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60"
|
timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60"
|
||||||
verbose="true">
|
verbose="true">
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="tests">
|
||||||
|
<directory>tests/</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user