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 b0d4348 commit f337be0Copy full SHA for f337be0
tests/Unit/OutputFormatterTest.php
@@ -543,7 +543,7 @@ public function commentsWithCommentableWithMoreThanTwoCommentsSeparatesCommentsB
543
544
$commentText1 = 'I am a teapot.';
545
$comment1 = new Comment($commentText1);
546
- $commentText2 = 'But I am what.';
+ $commentText2 = 'But I am not.';
547
$comment2 = new Comment($commentText2);
548
$commentText3 = 'So what am I then?';
549
$comment3 = new Comment($commentText3);
0 commit comments