Removes possibility of tests being risky

This commit is contained in:
Nuno Maduro
2022-09-15 14:13:18 +01:00
parent 0953ae431e
commit c61d70abf1
4 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true"
failOnRisky="false"
failOnRisky="true"
failOnWarning="true"
processIsolation="false"
stopOnError="false"