Skip to content

Commit bc6c5cd

Browse files
committed
Fix test for PHP < 7.3
1 parent 23cd6b4 commit bc6c5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Helpers/DateHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class DateHelperTest extends TestCase
99
/** @test */
1010
public function can_parse_a_date()
1111
{
12-
$this->assertEquals('23:15:03', DateHelper::parse('23h 15m 03s', 'H\h i\m s\s',)->format('H:i:s'));
12+
$this->assertEquals('23:15:03', DateHelper::parse('23h 15m 03s', 'H\h i\m s\s')->format('H:i:s'));
1313
}
1414

1515
/** @test */

0 commit comments

Comments
 (0)