summaryrefslogtreecommitdiff
path: root/ext/domxml/tests/xmldoc.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/domxml/tests/xmldoc.phpt')
-rw-r--r--ext/domxml/tests/xmldoc.phpt35
1 files changed, 0 insertions, 35 deletions
diff --git a/ext/domxml/tests/xmldoc.phpt b/ext/domxml/tests/xmldoc.phpt
deleted file mode 100644
index 244f289c16..0000000000
--- a/ext/domxml/tests/xmldoc.phpt
+++ /dev/null
@@ -1,35 +0,0 @@
---TEST--
-xmldoc()
---SKIPIF--
-<?php require_once('skipif.inc'); ?>
---FILE--
-<?php
-require_once("domxml_test.inc");
-
-$dom = xmldoc($xmlstr);
-if(!$dom) {
- die('Error while parsing the document');
-}
-var_dump($dom);
-?>
---EXPECTF--
-object(domdocument)(9) {
- ["name"]=>
- string(9) "#document"
- ["url"]=>
- string(0) ""
- ["version"]=>
- string(3) "1.0"
- ["standalone"]=>
- int(1)
- ["type"]=>
- int(9)
- ["compression"]=>
- int(-1)
- ["charset"]=>
- int(1)
- [0]=>
- int(5)
- [1]=>
- int(%d)
-} \ No newline at end of file