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 c1e7cc2 commit 9024948Copy full SHA for 9024948
tests/date/ToDefaultTimezoneTest.php
@@ -13,7 +13,7 @@ public function it_returns_the_value_itself_for_the_empty_values()
13
}
14
15
/** @test */
16
- public function it_converts_valid_datetime_strings_to_default_timezone()
+ public function it_converts_valid_datetime_string_to_default_timezone()
17
{
18
Config::shouldReceive('get')->with('app.timezone')->once()->andReturn('Europe/Kiev');
19
0 commit comments