Let PHPUnit fail on warnings and risky tests

This commit is contained in:
Javier Spagnoletti 2021-03-12 17:33:06 -03:00 committed by Guilhem Niot
parent a48fb7b48a
commit bfd197fafd

View File

@ -5,6 +5,9 @@
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
backupGlobals="false"
colors="true"
failOnWarning="true"
failOnRisky="true"
stopOnFailure="false"
bootstrap="vendor/autoload.php"
>
<php>