Add coverage information to tests, fix coverage of NodaValidationHelper

This commit is contained in:
2023-11-07 23:31:42 +01:00
parent 1a7dbcd6f6
commit c9b0e7085f
7 changed files with 37 additions and 5 deletions

View File

@@ -14,9 +14,14 @@
testdox="true"
timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60"
verbose="true">
<testsuites>
<testsuite name="tests">
<directory>tests/</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="tests">
<directory>tests/</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</phpunit>