Skip to content

Commit

Permalink
move test cases to appropriate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryium committed Apr 16, 2024
1 parent 0df333c commit 86366cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Expand Up @@ -1627,6 +1627,15 @@ public function testDiscussion10454(): void
]);
}

public function testBug10527(): void
{
if (PHP_VERSION_ID < 70400) {
$this->markTestSkipped('Test requires PHP 7.4');
}

$this->analyse([__DIR__ . '/data/bug-10527.php'], []);
}

public function testBug10626(): void
{
$this->analyse([__DIR__ . '/data/bug-10626.php'], [
Expand Down
File renamed without changes.

0 comments on commit 86366cb

Please sign in to comment.