From fc841ac54b89a301c8c2cbeef5be32d6068fd25f Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Tue, 1 Jul 2025 08:51:38 -0400 Subject: [PATCH] Improve test name --- tests/Framework/Util/UtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Framework/Util/UtilTest.php b/tests/Framework/Util/UtilTest.php index 7f0d248..cb4bb77 100644 --- a/tests/Framework/Util/UtilTest.php +++ b/tests/Framework/Util/UtilTest.php @@ -3,7 +3,7 @@ use PHPUnit\Framework\TestCase; final class UtilTest extends TestCase { - public function testRelativeTime(): void + public function testCanDisplayRelativeTime(): void { $datetime = new DateTimeImmutable();