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.phpt22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/tidy/tests/009.phpt b/ext/tidy/tests/009.phpt
deleted file mode 100644
index b024192091..0000000000
--- a/ext/tidy/tests/009.phpt
+++ /dev/null
@@ -1,22 +0,0 @@
---TEST--
-tidy_doc object overloading
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---POST--
---GET--
---INI--
---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