Skip to content

Commit cf1924a

Browse files
phpstan-botclaude
andcommitted
Remove redundant rule test for bug-13510
The NSRT test already covers the type inference regression. The separate rule test is unnecessary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 84aeaa3 commit cf1924a

2 files changed

Lines changed: 0 additions & 34 deletions

File tree

tests/PHPStan/Rules/Properties/TypesAssignedToPropertiesRuleTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,9 +1071,4 @@ public function testBug10749(): void
10711071
$this->analyse([__DIR__ . '/data/bug-10749.php'], []);
10721072
}
10731073

1074-
public function testBug13510(): void
1075-
{
1076-
$this->analyse([__DIR__ . '/data/bug-13510.php'], []);
1077-
}
1078-
10791074
}

tests/PHPStan/Rules/Properties/data/bug-13510.php

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

0 commit comments

Comments
 (0)