Skip to content

Commit 51abc96

Browse files
Merge branch '9.2'
2 parents e1aa8cb + e2223eb commit 51abc96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/tests/StaticAnalysis/ParsingFileAnalyserTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ public function testGetLinesOfCodeForFileCrLineEndings(): void
136136
$this->assertSame(2, $result['nonCommentLinesOfCode']);
137137
}
138138

139+
/**
140+
* @requires PHP 8
141+
*/
139142
public function testLinesCanBeIgnoredUsingAttribute(): void
140143
{
141144
$this->assertSame(

0 commit comments

Comments
 (0)