ci: Update PHPUnit behavior.

This commit is contained in:
Pol Dellaiera
2021-12-21 15:52:47 +01:00
parent 492d5caaf0
commit 64ec3e62da
2 changed files with 3 additions and 2 deletions

View File

@@ -2,10 +2,11 @@
<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
xsi:noNamespaceSchemaLocation="tests/app/vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="tests/app/tests/bootstrap.php"
stopOnFailure="true"
>
<php>
<ini name="error_reporting" value="-1" />