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.
1 parent a366b39 commit 3bbdc98Copy full SHA for 3bbdc98
tests/XmlElementWrapperTest.php
@@ -9,7 +9,7 @@ class XmlElementWrapperTest extends TestCase
9
{
10
public function test()
11
12
- $dt = new \DateTime('2020-02-02');
+ $dt = new \DateTime('2020-02-02 20:20:00');
13
$dt->setTimezone(new \DateTimeZone('Europe/Berlin'));
14
15
$html = Html::create();
@@ -35,7 +35,7 @@ public function test()
35
36
$this->assertEquals(
37
"<body class=\"pg-static\">\n"
38
- . "\t<p>Sun, 02 Feb 2020 00:00:00 +0100</p>\n"
+ . "\t<p>Sun, 02 Feb 2020 20:20:00 +0100</p>\n"
39
. "</body>",
40
$body->getMarkup()
41
);
0 commit comments