There was an error while loading. Please reload this page.
1 parent 465b649 commit fe51050Copy full SHA for fe51050
tests/Rules/PHPUnit/MockMethodCallRuleTest.php
@@ -36,7 +36,7 @@ public function testRule(): void
36
],
37
];
38
39
-if (method_exists(TestCase::class, 'createMockForIntersectionOfInterfaces')) {
+if (method_exists(TestCase::class, 'createMockForIntersectionOfInterfaces')) { // @phpstan-ignore-line
40
$expectedErrors[] = [
41
'Trying to mock an undefined method bazMethod() on class MockMethodCall\FooInterface&MockMethodCall\BarInterface.',
42
49,
0 commit comments