Change PHPUnit config to fail tests with warning

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2023-03-08 17:04:24 -03:00
parent 94a7f65061
commit 209403bae5
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -3,12 +3,15 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
bootstrap="test/bootstrap-dist.php"
colors="true"
cacheDirectory="build/.phpunit.cache"
executionOrder="random"
defaultTestSuite="unit"
failOnIncomplete="true"
cacheDirectory="build/.phpunit.cache"
failOnRisky="true"
failOnWarning="true"
requireCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
colors="true"
>
<coverage>
<include>