Skip to content

Commit 9024948

Browse files
committed
IHF: Test name fixed.
1 parent c1e7cc2 commit 9024948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/date/ToDefaultTimezoneTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function it_returns_the_value_itself_for_the_empty_values()
1313
}
1414

1515
/** @test */
16-
public function it_converts_valid_datetime_strings_to_default_timezone()
16+
public function it_converts_valid_datetime_string_to_default_timezone()
1717
{
1818
Config::shouldReceive('get')->with('app.timezone')->once()->andReturn('Europe/Kiev');
1919

0 commit comments

Comments
 (0)