Skip to content

Commit 8562aea

Browse files
Fix tests
1 parent 9f29868 commit 8562aea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/PHPStan/Rules/Classes/ImpossibleInstanceOfRuleTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,6 @@ public function testInstanceof(): void
167167
388,
168168
$tipText,
169169
],
170-
[
171-
'Instanceof between T of Exception and Error will always evaluate to false.',
172-
404,
173-
$tipText,
174-
],
175170
[
176171
'Instanceof between class-string<DateTimeInterface> and DateTimeInterface will always evaluate to false.',
177172
418,
@@ -270,11 +265,6 @@ public function testInstanceofWithoutAlwaysTrue(): void
270265
'Instanceof between mixed and ImpossibleInstanceOf\InvalidTypeTest|int results in an error.',
271266
362,
272267
],*/
273-
[
274-
'Instanceof between T of Exception and Error will always evaluate to false.',
275-
404,
276-
$tipText,
277-
],
278268
[
279269
'Instanceof between class-string<DateTimeInterface> and DateTimeInterface will always evaluate to false.',
280270
418,

0 commit comments

Comments
 (0)