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