Add testsuite for /tests directory in phpunit.xml

This commit is contained in:
Joshua Ramon Enslin 2023-11-06 23:03:35 +01:00
parent 5d80f82040
commit 0c0d059dd3
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -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>