From 4f3582dfdbe4e7c2933d54e4d275693128f64724 Mon Sep 17 00:00:00 2001 From: tito10047 Date: Tue, 10 Sep 2024 16:32:50 +0200 Subject: [PATCH] add coverage --- phpunit.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 0f072a8..572c2bd 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,12 +3,7 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" cacheDirectory=".phpunit.cache" - executionOrder="depends,defects" - requireCoverageMetadata="true" - beStrictAboutCoverageMetadata="true" - beStrictAboutOutputDuringTests="true" - failOnRisky="true" - failOnWarning="true"> + executionOrder="depends,defects"> tests