Skip to content

Commit 8d40134

Browse files
committed
test: fix typo in test method name
1 parent f0fd56a commit 8d40134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/I18n/TimeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ public function testEqualWithString(): void
875875
$this->assertTrue($time1->equals('January 11, 2017 03:50:00', 'Europe/London'));
876876
}
877877

878-
public function testEqualWithStringAndNotimezone(): void
878+
public function testEqualWithStringAndNoTimezone(): void
879879
{
880880
$time1 = Time::parse('January 10, 2017 21:50:00', 'America/Chicago');
881881

0 commit comments

Comments
 (0)