Skip to content

Commit 6604f35

Browse files
authored
[BUGFIX] Fix test name wording (#1450)
1 parent c82f704 commit 6604f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Comment/CommentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function getCommentInitiallyReturnsCommentPassedToConstructor(): void
4747
/**
4848
* @test
4949
*/
50-
public function setCommentSetsComments(): void
50+
public function setCommentSetsComment(): void
5151
{
5252
$comment = 'There is no spoon.';
5353
$subject = new Comment();

0 commit comments

Comments
 (0)