We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd65e07 + 0c37e61 commit 1232689Copy full SHA for 1232689
phpunit.xml
@@ -8,7 +8,6 @@
8
beStrictAboutChangesToGlobalState="true"
9
beStrictAboutOutputDuringTests="true"
10
beStrictAboutTestsThatDoNotTestAnything="true"
11
- beStrictAboutTodoAnnotatedTests="true"
12
beStrictAboutCoverageMetadata="true"
13
>
14
<coverage
tests/Unit/CsFixerConfigTest.php
@@ -25,7 +25,7 @@ public function testCreateReturnsCorrectClass(): void
25
{
26
$csFixerConfig = CsFixerConfig::create();
27
self::assertTrue($csFixerConfig->getRiskyAllowed());
28
- self::assertCount(52, $csFixerConfig->getRules());
+ self::assertCount(54, $csFixerConfig->getRules());
29
}
30
31
public function testAddRules(): void
0 commit comments