We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a624e03 commit c1157d2Copy full SHA for c1157d2
tests/tests/StaticAnalysis/ExecutableLinesFindingVisitorTest.php
@@ -28,12 +28,13 @@ public function testExecutableLinesAreGroupedByBranch(): void
28
$this->doTestSelfDescribingAsset(TEST_FILES_PATH . 'source_for_branched_exec_lines.php');
29
}
30
31
+ #[RequiresPhp('8.1.*')]
32
public function testExecutableLinesAreGroupedByBranchPhp81(): void
33
{
34
$this->doTestSelfDescribingAsset(TEST_FILES_PATH . 'source_for_branched_exec_lines_php81.php');
35
36
- #[RequiresPhp('8.2')]
37
+ #[RequiresPhp('8.2.*')]
38
public function testExecutableLinesAreGroupedByBranchPhp82(): void
39
40
$this->doTestSelfDescribingAsset(TEST_FILES_PATH . 'source_for_branched_exec_lines_php82.php');
0 commit comments