Skip to content

Commit 0660edf

Browse files
authored
Discard changes to tests/Rules/PHPUnit/AssertSameBooleanExpectedRuleTest.php
1 parent d598321 commit 0660edf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Rules/PHPUnit/AssertSameBooleanExpectedRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ public function testRule(): void
3131
'You should use assertTrue() instead of assertSame() when expecting "true"',
3232
26,
3333
],
34-
[
35-
'You should use assertTrue() instead of assertSame() when expecting "true"',
36-
31,
37-
],
38-
[
39-
'You should use assertFalse() instead of assertSame() when expecting "false"',
40-
32,
41-
],
4234
[
4335
'You should use assertTrue() instead of assertSame() when expecting "true"',
4436
74,

0 commit comments

Comments
 (0)