Skip to content

Commit 48d07e5

Browse files
committed
Add regression test
1 parent d1c78f6 commit 48d07e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Type/WebMozartAssert/ImpossibleCheckTypeMethodCallRuleTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ public function testExtension(): void
4747
]);
4848
}
4949

50+
public function testBug33(): void
51+
{
52+
$this->analyse([__DIR__ . '/data/bug-33.php'], []);
53+
}
54+
5055
public function testBug68(): void
5156
{
5257
$this->analyse([__DIR__ . '/data/bug-68.php'], []);

0 commit comments

Comments
 (0)