Skip to content

Commit cc60143

Browse files
authored
Merge pull request #3 from localheinz/fix/build
Fix: Remove expected error message
2 parents 1ed86a5 + b8d27c8 commit cc60143

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Rules/Deprecations/CallToDeprecatedStaticMethodRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ public function testDeprecatedStaticMethodCall(): void
5353
'Call to deprecated method deprecatedFoo2() of class CheckDeprecatedStaticMethodCall\Foo.',
5454
13,
5555
],
56-
[
57-
'Call to deprecated method deprecatedFoo() of class CheckDeprecatedStaticMethodCall\Foo.',
58-
21,
59-
],
6056
]
6157
);
6258
}

0 commit comments

Comments
 (0)