We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fd56a commit 8d40134Copy full SHA for 8d40134
tests/system/I18n/TimeTest.php
@@ -875,7 +875,7 @@ public function testEqualWithString(): void
875
$this->assertTrue($time1->equals('January 11, 2017 03:50:00', 'Europe/London'));
876
}
877
878
- public function testEqualWithStringAndNotimezone(): void
+ public function testEqualWithStringAndNoTimezone(): void
879
{
880
$time1 = Time::parse('January 10, 2017 21:50:00', 'America/Chicago');
881
0 commit comments