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 876099a commit 4aa7982Copy full SHA for 4aa7982
1 file changed
tests/tests/StaticAnalysis/Visitor/ExecutableLinesFindingVisitorTest.php
@@ -28,13 +28,13 @@ public function testExecutableLinesAreGroupedByBranch(): void
28
$this->doTestSelfDescribingAssert(TEST_FILES_PATH . 'source_for_branched_exec_lines.php');
29
}
30
31
- #[RequiresPhp('>=8.1')]
+ #[RequiresPhp('>=8.1.0')]
32
public function testExecutableLinesAreGroupedByBranchPhp81(): void
33
{
34
$this->doTestSelfDescribingAssert(TEST_FILES_PATH . 'source_for_branched_exec_lines_php81.php');
35
36
37
- #[RequiresPhp('>=8.2')]
+ #[RequiresPhp('>=8.2.0')]
38
public function testExecutableLinesAreGroupedByBranchPhp82(): void
39
40
$this->doTestSelfDescribingAssert(TEST_FILES_PATH . 'source_for_branched_exec_lines_php82.php');
0 commit comments