Skip to content

Commit a0354f8

Browse files
committed
Updated PHPStan
1 parent 7048cb4 commit a0354f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Rules/PHPUnit/AssertSameMethodDifferentTypesRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ public function testRule(): void
6767
'Call to method PHPUnit\Framework\Assert::assertSame() with \'1\' and \'2\' will always evaluate to false.',
6868
47,
6969
],
70-
[
71-
'Call to method PHPUnit\Framework\Assert::assertSame() with stdClass and stdClass will always evaluate to true.',
72-
48,
73-
],
7470
[
7571
'Call to method PHPUnit\Framework\Assert::assertSame() with array(\'a\') and array(\'a\', 1) will always evaluate to false.',
7672
51,

0 commit comments

Comments
 (0)