Skip to content

Commit 1232689

Browse files
authored
Merge pull request #140 from ochorocho/task/fix-ci-count-deprecations
[TASK] Update upload action
2 parents cd65e07 + 0c37e61 commit 1232689

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
beStrictAboutChangesToGlobalState="true"
99
beStrictAboutOutputDuringTests="true"
1010
beStrictAboutTestsThatDoNotTestAnything="true"
11-
beStrictAboutTodoAnnotatedTests="true"
1211
beStrictAboutCoverageMetadata="true"
1312
>
1413
<coverage

tests/Unit/CsFixerConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)