Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 6, 2024
1 parent 4f4b066 commit d501107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filters/localDate.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test('full/long/medium/short', function () {
Assert::same('12:13', $filters->localDate('12:13:14', time: 'short'));
Assert::same('12:13:14', $filters->localDate('12:13:14', time: 'medium'));
Assert::same('12:13:14 PDT', $filters->localDate('12:13:14', time: 'long'));
Assert::same('12:13:14, severoamerický pacifický letní čas', $filters->localDate('12:13:14', time: 'full'));
Assert::match('12:13:14%a%', $filters->localDate('12:13:14', time: 'full'));

// combined
Assert::same('05.05.78 12:13', $filters->localDate('1978-05-05 12:13:14', date: 'short', time: 'short'));
Expand Down

0 comments on commit d501107

Please sign in to comment.