Skip to content

Commit 2ce0919

Browse files
committed
Revert "Added regression test (#5494)"
This reverts commit 3cb3109.
1 parent 3125412 commit 2ce0919

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

tests/PHPStan/Analyser/nsrt/bug-5207b.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

tests/PHPStan/Rules/Methods/NullsafeMethodCallRuleTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,6 @@ public function testBug8523c(): void
7474
$this->analyse([__DIR__ . '/data/bug-8523c.php'], []);
7575
}
7676

77-
#[RequiresPhp('>= 8.0.0')]
78-
public function testBug5207b(): void
79-
{
80-
$this->analyse([__DIR__ . '/data/bug-5207b.php'], [
81-
[
82-
'Using nullsafe method call on non-nullable type Bug5207b\OrderCustomerEntity. Use -> instead.',
83-
47,
84-
],
85-
]);
86-
}
87-
8877
#[RequiresPhp('>= 8.1.0')]
8978
public function testBug12222(): void
9079
{

tests/PHPStan/Rules/Methods/data/bug-5207b.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)