Skip to content

Commit 693bbf6

Browse files
committed
Fix XmlElementWrapperTest: 1 hour difference
1 parent 3bbdc98 commit 693bbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/XmlElementWrapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function test()
3535

3636
$this->assertEquals(
3737
"<body class=\"pg-static\">\n"
38-
. "\t<p>Sun, 02 Feb 2020 20:20:00 +0100</p>\n"
38+
. "\t<p>{$dt->format(\DateTime::RSS)}</p>\n"
3939
. "</body>",
4040
$body->getMarkup()
4141
);

0 commit comments

Comments
 (0)