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