diff options
author | Marcus Boerger <helly@php.net> | 2005-07-03 09:10:41 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-07-03 09:10:41 +0000 |
commit | d3c337e59d63e2a4e092dedb44d05bcbc6174fb2 (patch) | |
tree | 4ff074e4a71ef06665eba8a8d9cfe3b4bb897090 /ext/xmlwriter/tests/001.phpt | |
parent | fa9fdbeeac97664f9c32402511bb18dbc3eab6bd (diff) | |
download | php-git-d3c337e59d63e2a4e092dedb44d05bcbc6174fb2.tar.gz |
- Tweak tests a bit
Diffstat (limited to 'ext/xmlwriter/tests/001.phpt')
-rw-r--r-- | ext/xmlwriter/tests/001.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xmlwriter/tests/001.phpt b/ext/xmlwriter/tests/001.phpt index 2c9f96aa42..d26096ed1f 100644 --- a/ext/xmlwriter/tests/001.phpt +++ b/ext/xmlwriter/tests/001.phpt @@ -16,9 +16,9 @@ xmlwriter_end_document($xw); $output_bytes = xmlwriter_flush($xw, true); echo file_get_contents($doc_dest); unlink('001.xml'); -echo "---Done---\n"; ?> +===DONE=== --EXPECT-- <?xml version="1.0" encoding="utf8"?> <tag1/> ----Done--- +===DONE=== |