Skip to content

Commit 70c5a8c

Browse files
Merge branch '12.5'
* 12.5: Fix
2 parents c902348 + 4aa7982 commit 70c5a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/tests/StaticAnalysis/Visitor/ExecutableLinesFindingVisitorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ public function testExecutableLinesAreGroupedByBranch(): void
2828
$this->doTestSelfDescribingAssert(TEST_FILES_PATH . 'source_for_branched_exec_lines.php');
2929
}
3030

31-
#[RequiresPhp('>=8.1')]
31+
#[RequiresPhp('>=8.1.0')]
3232
public function testExecutableLinesAreGroupedByBranchPhp81(): void
3333
{
3434
$this->doTestSelfDescribingAssert(TEST_FILES_PATH . 'source_for_branched_exec_lines_php81.php');
3535
}
3636

37-
#[RequiresPhp('>=8.2')]
37+
#[RequiresPhp('>=8.2.0')]
3838
public function testExecutableLinesAreGroupedByBranchPhp82(): void
3939
{
4040
$this->doTestSelfDescribingAssert(TEST_FILES_PATH . 'source_for_branched_exec_lines_php82.php');

0 commit comments

Comments
 (0)