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 7e99bd1 commit 49c47baCopy full SHA for 49c47ba
tests/Unit/OutputFormatterTest.php
@@ -491,7 +491,7 @@ public function commentsWithCommentableWithTwoCommentsSeparatesCommentsBySpaceBe
491
492
$commentText1 = 'This is a comment 1.';
493
$comment1 = new Comment($commentText1);
494
- $commentText2 = 'This is a comment 2.';
+ $commentText2 = 'You like pears.';
495
$comment2 = new Comment($commentText2);
496
$commentable = $this->createMock(Commentable::class);
497
$commentable->method('getComments')->willReturn([$comment1, $comment2]);
0 commit comments