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.
@coversNothing
1 parent 67f2533 commit b0be5bfCopy full SHA for b0be5bf
tests/Fixer/AbstractFixerTestCase.php
@@ -97,9 +97,6 @@ final public function testCodeSampleEndsWithNewLine(): void
97
self::assertMatchesRegularExpression('/\\n$/', $codeSample->getCode());
98
}
99
100
- /**
101
- * @coversNothing
102
- */
103
final public function testCodeSampleIsChangedDuringFixing(): void
104
{
105
$fixer = self::getFixer();
0 commit comments