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 8e4f4ee + 4b3dcca commit 1d9cdbbCopy full SHA for 1d9cdbb
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