File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 beStrictAboutChangesToGlobalState =" true"
99 beStrictAboutOutputDuringTests =" true"
1010 beStrictAboutTestsThatDoNotTestAnything =" true"
11- beStrictAboutTodoAnnotatedTests =" true"
1211 beStrictAboutCoverageMetadata =" true"
12+ displayDetailsOnPhpunitDeprecations =" true"
1313>
1414 <coverage
1515 cacheDirectory =" var/cache/coverage"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function testCreateReturnsCorrectClass(): void
2525 {
2626 $ csFixerConfig = CsFixerConfig::create ();
2727 self ::assertTrue ($ csFixerConfig ->getRiskyAllowed ());
28- self ::assertCount (52 , $ csFixerConfig ->getRules ());
28+ self ::assertCount (54 , $ csFixerConfig ->getRules ());
2929 }
3030
3131 public function testAddRules (): void
You can’t perform that action at this time.
0 commit comments