Skip to content

Commit d21c392

Browse files
Update tests
1 parent 1f24e49 commit d21c392

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

tests/PHPStan/Rules/Methods/MethodCallableRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ public function testRule(): void
7474
'Call to private method doFoo() of class MethodCallable\ParentClass.',
7575
53,
7676
],
77-
[
78-
'Creating callable from a non-native method MethodCallable\Lorem::doBar().',
79-
66,
80-
],
81-
[
82-
'Creating callable from a non-native method MethodCallable\Ipsum::doBar().',
83-
85,
84-
],
8577
]);
8678
}
8779

tests/PHPStan/Rules/Methods/StaticMethodCallableRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,6 @@ public function testRule(): void
9393
'Cannot call static method doFoo() on int.',
9494
22,
9595
],
96-
[
97-
'Creating callable from a non-native static method StaticMethodCallable\Lorem::doBar().',
98-
47,
99-
],
100-
[
101-
'Creating callable from a non-native static method StaticMethodCallable\Ipsum::doBar().',
102-
66,
103-
],
10496
]);
10597
}
10698

0 commit comments

Comments
 (0)