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.
1 parent 788119c commit 1d7b87dCopy full SHA for 1d7b87d
tests/Functional/Comment/CommentTest.php
@@ -49,7 +49,7 @@ public function renderWithCompactOutputFormatRendersCommentEnclosedInCommentDeli
49
50
$subject->setComment($comment);
51
52
- self::assertSame('/*' . $comment . '*/', $subject->render(new OutputFormat()));
+ self::assertSame('/*' . $comment . '*/', $subject->render(OutputFormat::createCompact()));
53
}
54
55
/**
0 commit comments