Reverted back php-unit version

This commit is contained in:
Simon Sessingø
2021-03-23 15:26:57 +01:00
parent c466af556e
commit 57936b7857
3 changed files with 8 additions and 3 deletions
+7 -1
View File
@@ -9,10 +9,16 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="SimpleRouter Test Suite">
<directory>tests/Pecee/SimpleRouter/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>