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 2a79bcb commit b0d4348Copy full SHA for b0d4348
tests/Unit/OutputFormatterTest.php
@@ -520,7 +520,7 @@ public function commentsWithCommentableWithMoreThanTwoCommentsPutsSpaceAfterBloc
520
521
$commentText1 = 'I am a teapot.';
522
$comment1 = new Comment($commentText1);
523
- $commentText2 = 'But I am what.';
+ $commentText2 = 'But I am not.';
524
$comment2 = new Comment($commentText2);
525
$commentText3 = 'So what am I then?';
526
$comment3 = new Comment($commentText3);
0 commit comments