summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/002.phpt')
-rw-r--r--ext/tidy/tests/002.phpt22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/tidy/tests/002.phpt b/ext/tidy/tests/002.phpt
deleted file mode 100644
index 83456091f7..0000000000
--- a/ext/tidy/tests/002.phpt
+++ /dev/null
@@ -1,22 +0,0 @@
---TEST--
-tidy_parse_string()
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---POST--
---GET--
---INI--
---FILE--
-<?php
- tidy_parse_string("<HTML></HTML>");
-
- echo tidy_get_output();
-
-?>
---EXPECT--
-<html>
-<head>
-<title></title>
-</head>
-<body>
-</body>
-</html> \ No newline at end of file