From 0c37e616b7502f5d3e388104a82a29930eaf4163 Mon Sep 17 00:00:00 2001 From: Jochen Date: Sat, 15 Mar 2025 19:29:11 +0100 Subject: [PATCH] [TASK] Update upload action --- phpunit.xml | 1 - tests/Unit/CsFixerConfigTest.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 36dff01..4e611f5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,6 @@ beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" beStrictAboutTestsThatDoNotTestAnything="true" - beStrictAboutTodoAnnotatedTests="true" beStrictAboutCoverageMetadata="true" > getRiskyAllowed()); - self::assertCount(52, $csFixerConfig->getRules()); + self::assertCount(54, $csFixerConfig->getRules()); } public function testAddRules(): void