Skip to content

Commit

Permalink
Add regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm committed Feb 25, 2022
1 parent d1c78f6 commit 48d07e5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ public function testExtension(): void
]);
}

public function testBug33(): void
{
$this->analyse([__DIR__ . '/data/bug-33.php'], []);
}

public function testBug68(): void
{
$this->analyse([__DIR__ . '/data/bug-68.php'], []);
Expand Down

0 comments on commit 48d07e5

Please sign in to comment.