Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cfebfe

Browse files
committedFeb 28, 2022
Test on match expr needs PHP 8.0
1 parent 65969ce commit 0cfebfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tests/tests/Data/RawCodeCoverageDataTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,9 @@ public function testEmtpyConstructorIsMarkedAsExecutable(): void
389389
);
390390
}
391391

392+
/**
393+
* @requires PHP 8.0
394+
*/
392395
public function testEachCaseInMatchExpressionIsMarkedAsExecutable(): void
393396
{
394397
$file = TEST_FILES_PATH . 'source_with_match_expression.php';

0 commit comments

Comments
 (0)
Please sign in to comment.