Skip to content

Commit

Permalink
Making test similar to others.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoaacoliveira committed Jan 5, 2020
1 parent 32be472 commit 6a19b12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ public function dateIncludeTimeDataProvider(): array
1635570000 // expected timestamp
],
'Parse greek d/m/y date with time' => [
'30/10/2021, 12:00 π.μ.', // datetime
'30/10/2021, 12:01 π.μ.', // datetime
'el_GR', // locale
true, // include time
1635570000 // expected timestamp
1635570060 // expected timestamp
],
];
}
Expand Down

0 comments on commit 6a19b12

Please sign in to comment.