Fixed test

This commit is contained in:
Dmitry Stogov 2007-07-10 07:29:06 +00:00
parent 056130b3dd
commit be7c087da5
2 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,4 @@ echo date(DateTime::ISO8601, strtotime("Dec31 2005 +0100")), "\n";
?>
--EXPECT--
2005-12-31T00:00:00+0100
2005-12-31T00:00:00+0100
2005-12-30T23:00:00+0000

View File

@ -11,6 +11,7 @@ print "--- save as XML\n";
print adjustDoctype($dom->saveXML());
print "--- save as HTML\n";
$dom->formatOutput = true;
print adjustDoctype($dom->saveHTML());
function adjustDoctype($xml) {