Skip to content

Commit

Permalink
YamlFormatEncoder: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Oct 18, 2023
1 parent b7cdccd commit 06bc170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Bridge/SymfonyYaml/YamlFormatEncoderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function testDateTimesAreNotDecoded(): void

$yaml = <<<'YAML'
a: 2016-05-27
b: 2016-05-27T02:59:43.1Z
b: 2016-05-27T02:59:43Z
# not a datetime, just compatibility test
c: 1464307200
d: '1464307200'
Expand Down

0 comments on commit 06bc170

Please sign in to comment.