php-unit updates

This commit is contained in:
Simon Sessingø
2021-03-23 15:38:10 +01:00
parent dbd8d381e7
commit 42633ec453
3 changed files with 25 additions and 11 deletions
+7 -7
View File
@@ -9,16 +9,16 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuites>
<testsuite name="SimpleRouter Test Suite">
<directory>tests/Pecee/SimpleRouter/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<coverage processUncoveredFiles="true"
ignoreDeprecatedCodeUnits="true">
<include>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>
</include>
</coverage>
</phpunit>