Merge pull request #18548 from MoonE/fail-on-incomplete

Fail with incomplete test
This commit is contained in:
Maurício Meneghini Fauth 2023-07-19 20:31:43 -03:00 committed by GitHub
commit eb099f1f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
bootstrap="test/bootstrap-dist.php"
colors="true"
failOnIncomplete="true"
forceCoversAnnotation="true"
verbose="true"
executionOrder="random"