Skip to content

Commit 2a4ee40

Browse files
Merge branch '2.7' into 2.8
* 2.7: Fix merge
2 parents a254665 + fc0ad7a commit 2a4ee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/InlineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public function getTestsForParseWithMapObjects()
320320
array("'#cfcfcf'", '#cfcfcf'),
321321
array('::form_base.html.twig', '::form_base.html.twig'),
322322

323-
array('2007-10-30', mktime(0, 0, 0, 10, 30, 2007)),
323+
array('2007-10-30', gmmktime(0, 0, 0, 10, 30, 2007)),
324324
array('2007-10-30T02:59:43Z', gmmktime(2, 59, 43, 10, 30, 2007)),
325325
array('2007-10-30 02:59:43 Z', gmmktime(2, 59, 43, 10, 30, 2007)),
326326
array('1960-10-30 02:59:43 Z', gmmktime(2, 59, 43, 10, 30, 1960)),

0 commit comments

Comments
 (0)