Skip to content

Commit 1d7b87d

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

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
@@ -49,7 +49,7 @@ public function renderWithCompactOutputFormatRendersCommentEnclosedInCommentDeli
4949

5050
$subject->setComment($comment);
5151

52-
self::assertSame('/*' . $comment . '*/', $subject->render(new OutputFormat()));
52+
self::assertSame('/*' . $comment . '*/', $subject->render(OutputFormat::createCompact()));
5353
}
5454

5555
/**

0 commit comments

Comments
 (0)