Improve test name

This commit is contained in:
Greg Sarjeant 2025-07-01 08:51:38 -04:00
parent abbeca3e06
commit fc841ac54b

View File

@ -3,7 +3,7 @@ use PHPUnit\Framework\TestCase;
final class UtilTest extends TestCase
{
public function testRelativeTime(): void
public function testCanDisplayRelativeTime(): void
{
$datetime = new DateTimeImmutable();