Skip to content

Commit eca1b05

Browse files
committed
Remove silly assert
1 parent 98f8dca commit eca1b05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Fixer/PhpdocTagNoNamedArgumentsFixerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ public function testIsRisky(): void
5555
*/
5656
public function testFix(string $expected, ?string $input = null, array $configuration = [], ?WhitespacesFixerConfig $whitespacesFixerConfig = null): void
5757
{
58-
self::assertStringStartsWith(
59-
(string) \getcwd(),
60-
\getcwd() . \DIRECTORY_SEPARATOR . 'src' . \DIRECTORY_SEPARATOR . 'FixerFile.php',
61-
);
6258
$this->doTest($expected, $input, $configuration, $whitespacesFixerConfig);
6359
}
6460

0 commit comments

Comments
 (0)