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 c82f704 commit 6604f35Copy full SHA for 6604f35
1 file changed
tests/Unit/Comment/CommentTest.php
@@ -47,7 +47,7 @@ public function getCommentInitiallyReturnsCommentPassedToConstructor(): void
47
/**
48
* @test
49
*/
50
- public function setCommentSetsComments(): void
+ public function setCommentSetsComment(): void
51
{
52
$comment = 'There is no spoon.';
53
$subject = new Comment();
0 commit comments