From 47e19a96c44c6a57ede0a5058bdb3e6ddb2a7af6 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 1 Jan 2026 15:02:21 +0100 Subject: [PATCH] [BUGFIX] Fix test name wording --- tests/Unit/Comment/CommentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Comment/CommentTest.php b/tests/Unit/Comment/CommentTest.php index 84142082..c149b9a4 100644 --- a/tests/Unit/Comment/CommentTest.php +++ b/tests/Unit/Comment/CommentTest.php @@ -47,7 +47,7 @@ public function getCommentInitiallyReturnsCommentPassedToConstructor(): void /** * @test */ - public function setCommentSetsComments(): void + public function setCommentSetsComment(): void { $comment = 'There is no spoon.'; $subject = new Comment();