Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 25, 2021
1 parent 2bf30bf commit 2ec878b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ public function testBug4863(): void

public function testBug4814(): void
{
if (PHP_VERSION_ID < 70300) {
$this->markTestSkipped('Test requires PHP 7.3.');
}

$this->analyse([__DIR__ . '/data/bug-4814.php'], [
[
'Dead catch - JsonException is never thrown in the try block.',
Expand Down

0 comments on commit 2ec878b

Please sign in to comment.