Skip to content

Commit 6ade253

Browse files
committed
bug #15146 Towards 100% HHVM compat (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- Towards 100% HHVM compat | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Failing components: - [x] Debug - [x] DependencyInjection - [x] Filesystem - [x] Form - [x] HttpFoundation - [x] Process - [x] Routing Related HHVM issues: - facebook/hhvm#5562 - facebook/hhvm#5561 - facebook/hhvm#5330 - facebook/hhvm#3558 - facebook/hhvm#4901 Commits ------- b9a76ba Towards 100% HHVM compat
2 parents 84c3473 + 8279300 commit 6ade253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/DataTransformer/DateTimeTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ abstract class DateTimeTestCase extends \PHPUnit_Framework_TestCase
1515
{
1616
public static function assertDateTimeEquals(\DateTime $expected, \DateTime $actual)
1717
{
18-
self::assertEquals($expected->format('c'), $actual->format('c'));
18+
self::assertEquals($expected->format('U'), $actual->format('U'));
1919
}
2020
}

0 commit comments

Comments
 (0)