summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/009.phpt')
-rw-r--r--ext/tidy/tests/009.phpt19
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/tidy/tests/009.phpt b/ext/tidy/tests/009.phpt
deleted file mode 100644
index 02c65df7cb..0000000000
--- a/ext/tidy/tests/009.phpt
+++ /dev/null
@@ -1,19 +0,0 @@
---TEST--
-tidy_doc object overloading
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---FILE--
-<?php
-
- $a = tidy_parse_string("<HTML></HTML>");
- echo $a;
-
-?>
---EXPECT--
-<html>
-<head>
-<title></title>
-</head>
-<body>
-</body>
-</html> \ No newline at end of file