Skip to content

Commit

Permalink
Test on match expr needs PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk authored and sebastianbergmann committed Feb 28, 2022
1 parent 384d88d commit 56fad78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tests/Data/RawCodeCoverageDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@ public function testEmtpyConstructorIsMarkedAsExecutable(): void
);
}

/**
* @requires PHP 8.0
*/
public function testEachCaseInMatchExpressionIsMarkedAsExecutable(): void
{
$file = TEST_FILES_PATH . 'source_with_match_expression.php';
Expand Down

0 comments on commit 56fad78

Please sign in to comment.