From d6f1eb30d9a2201c31c07f63b002dc3e47b6f949 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Wed, 17 Jul 2024 14:54:47 -0500 Subject: [PATCH] Update phpunit.xml.dist Signed-off-by: Nathanael Esayeas --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6c92a70..f8f1480 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,6 @@ beStrictAboutChangesToGlobalState="true" beStrictAboutCoverageMetadata="true" beStrictAboutOutputDuringTests="true" - beStrictAboutTodoAnnotatedTests="true" bootstrap="vendor/autoload.php" cacheDirectory=".cache/phpunit" cacheResult="false"