Updated php-unit to version 9

This commit is contained in:
Simon Sessingø
2021-03-23 15:20:05 +01:00
parent df52ec3df7
commit db63aff668
5 changed files with 5 additions and 10 deletions
+1 -7
View File
@@ -9,16 +9,10 @@
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">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>