Skip to content

Commit 788119c

Browse files
oliverkleeJakeQZ
andauthored
Update tests/Functional/Comment/CommentTest.php
Co-authored-by: JakeQZ <[email protected]>
1 parent 126e148 commit 788119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/Comment/CommentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ public function renderWithPrettyOutputFormatRendersCommentEnclosedInCommentDelim
6262

6363
$subject->setComment($comment);
6464

65-
self::assertSame('/*' . $comment . '*/', $subject->render(new OutputFormat()));
65+
self::assertSame('/*' . $comment . '*/', $subject->render(OutputFormat::createPretty()));
6666
}
6767
}

0 commit comments

Comments
 (0)