We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84c3473 + 8279300 commit 6ade253Copy full SHA for 6ade253
Tests/Extension/Core/DataTransformer/DateTimeTestCase.php
@@ -15,6 +15,6 @@ abstract class DateTimeTestCase extends \PHPUnit_Framework_TestCase
15
{
16
public static function assertDateTimeEquals(\DateTime $expected, \DateTime $actual)
17
18
- self::assertEquals($expected->format('c'), $actual->format('c'));
+ self::assertEquals($expected->format('U'), $actual->format('U'));
19
}
20
0 commit comments