diff options
Diffstat (limited to 'ext/dom/tests/DOMDocument_save_basic.phpt')
-rw-r--r-- | ext/dom/tests/DOMDocument_save_basic.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMDocument_save_basic.phpt b/ext/dom/tests/DOMDocument_save_basic.phpt index bcad72dce5..c7d1ead24b 100644 --- a/ext/dom/tests/DOMDocument_save_basic.phpt +++ b/ext/dom/tests/DOMDocument_save_basic.phpt @@ -28,5 +28,6 @@ echo 'Wrote: ' . $doc->save($temp_filename) . ' bytes'; // Wrote: 72 bytes $temp_filename = dirname(__FILE__)."/DomDocument_save_basic.tmp"; unlink($temp_filename); ?> ---EXPECT-- +--EXPECTF-- Wrote: 72 bytes + |