From 31fc1b13506d872fa96113705644601cfc139b7d Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Wed, 4 Sep 2024 13:46:14 +0200 Subject: [PATCH] chore(phpunit): remove beStrictAboutTodoAnnotatedTests (#55) --- phpunit.xml.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index bb37926..694a2f1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,6 @@ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" - beStrictAboutTodoAnnotatedTests="true" executionOrder="random" colors="true" bootstrap="tests/bootstrap.php"