mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Fix test on DateNormalizer
This commit is contained in:
parent
d08980c8d1
commit
97dad842ea
@ -41,7 +41,7 @@ final class DateNormalizerTest extends KernelTestCase
|
|||||||
$date = DateTime::createFromFormat('Y-m-d H:i:sO', '2021-06-05 00:00:00+02:00');
|
$date = DateTime::createFromFormat('Y-m-d H:i:sO', '2021-06-05 00:00:00+02:00');
|
||||||
|
|
||||||
yield [
|
yield [
|
||||||
['datetime' => '2021-06-05T15:05:01+0200'],
|
['datetime' => '2021-06-05T15:05:01+0200', 'datetime8601' => '2021-06-05T15:05:01+02:00'],
|
||||||
$datetime, 'json', null, 'simple normalization to json',
|
$datetime, 'json', null, 'simple normalization to json',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user