diff --git a/tests/Console/Command/ListSetsCommandTest.php b/tests/Console/Command/ListSetsCommandTest.php index a0a93b11591..2fb6b8c78f7 100644 --- a/tests/Console/Command/ListSetsCommandTest.php +++ b/tests/Console/Command/ListSetsCommandTest.php @@ -32,8 +32,7 @@ public function testListWithTxtFormat() $resultRaw = $commandTester->getDisplay(); - $expectedResultStart = ' 1) @DoctrineAnnotation - Rules covering Doctrine annotations'; + $expectedResultStart = ' 1) @DoctrineAnnotation'.PHP_EOL.' Rules covering Doctrine annotations'; static::assertStringStartsWith($expectedResultStart, $resultRaw); static::assertSame(0, $commandTester->getStatusCode()); }