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 126e148 commit 788119cCopy full SHA for 788119c
tests/Functional/Comment/CommentTest.php
@@ -62,6 +62,6 @@ public function renderWithPrettyOutputFormatRendersCommentEnclosedInCommentDelim
62
63
$subject->setComment($comment);
64
65
- self::assertSame('/*' . $comment . '*/', $subject->render(new OutputFormat()));
+ self::assertSame('/*' . $comment . '*/', $subject->render(OutputFormat::createPretty()));
66
}
67
0 commit comments