Skip to content

Commit b0be5bf

Browse files
committed
Remove useless @coversNothing
1 parent 67f2533 commit b0be5bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Fixer/AbstractFixerTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ final public function testCodeSampleEndsWithNewLine(): void
9797
self::assertMatchesRegularExpression('/\\n$/', $codeSample->getCode());
9898
}
9999

100-
/**
101-
* @coversNothing
102-
*/
103100
final public function testCodeSampleIsChangedDuringFixing(): void
104101
{
105102
$fixer = self::getFixer();

0 commit comments

Comments
 (0)