File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
tests/tests/StaticAnalysis Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,6 @@ public function testHandlesFunctionOrMethodWithUnionTypes(): void
98
98
);
99
99
}
100
100
101
- /**
102
- * @requires PHP 8.1
103
- */
104
101
public function testHandlesFunctionOrMethodWithIntersectionTypes (): void
105
102
{
106
103
$ codeUnitFindingVisitor = $ this ->findCodeUnits (__DIR__ . '/../../_files/FunctionWithIntersectionTypes.php ' );
Original file line number Diff line number Diff line change @@ -28,25 +28,16 @@ public function testExecutableLinesAreGroupedByBranch(): void
28
28
$ this ->doTestSelfDescribingAsset (TEST_FILES_PATH . 'source_for_branched_exec_lines.php ' );
29
29
}
30
30
31
- /**
32
- * @requires PHP 7.4
33
- */
34
31
public function testExecutableLinesAreGroupedByBranchPhp74 (): void
35
32
{
36
33
$ this ->doTestSelfDescribingAsset (TEST_FILES_PATH . 'source_for_branched_exec_lines_php74.php ' );
37
34
}
38
35
39
- /**
40
- * @requires PHP 8
41
- */
42
36
public function testExecutableLinesAreGroupedByBranchPhp80 (): void
43
37
{
44
38
$ this ->doTestSelfDescribingAsset (TEST_FILES_PATH . 'source_for_branched_exec_lines_php80.php ' );
45
39
}
46
40
47
- /**
48
- * @requires PHP 8.1
49
- */
50
41
public function testExecutableLinesAreGroupedByBranchPhp81 (): void
51
42
{
52
43
$ this ->doTestSelfDescribingAsset (TEST_FILES_PATH . 'source_for_branched_exec_lines_php81.php ' );
You can’t perform that action at this time.
0 commit comments