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.phpt18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/tidy/tests/002.phpt b/ext/tidy/tests/002.phpt
deleted file mode 100644
index 89c3804b89..0000000000
--- a/ext/tidy/tests/002.phpt
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-tidy_parse_string()
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---FILE--
-<?php
- $a = tidy_parse_string("<HTML></HTML>");
- echo tidy_get_output($a);
-
-?>
---EXPECT--
-<html>
-<head>
-<title></title>
-</head>
-<body>
-</body>
-</html> \ No newline at end of file