Skip to content

Commit 4e32f77

Browse files
committed
Fix testcase
1 parent 9dc4a5a commit 4e32f77

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

tests/PHPStan/Analyser/Bug13049Test.php

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

tests/PHPStan/Rules/Generics/PropertyVarianceRuleTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,9 @@ public function testBug9153(): void
132132
$this->analyse([__DIR__ . '/data/bug-9153.php'], []);
133133
}
134134

135+
public function testBug13049(): void
136+
{
137+
$this->analyse([__DIR__ . '/data/bug-13049.php'], []);
138+
}
139+
135140
}

0 commit comments

Comments
 (0)