summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/003.phpt')
-rw-r--r--ext/tidy/tests/003.phpt24
1 files changed, 0 insertions, 24 deletions
diff --git a/ext/tidy/tests/003.phpt b/ext/tidy/tests/003.phpt
deleted file mode 100644
index 028e543915..0000000000
--- a/ext/tidy/tests/003.phpt
+++ /dev/null
@@ -1,24 +0,0 @@
---TEST--
-tidy_clean_repair()
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---POST--
---GET--
---INI--
---FILE--
-<?php
-
- $a = tidy_parse_string("<HTML></HTML>");
- tidy_clean_repair($a);
- echo tidy_get_output($a);
-
-?>
---EXPECT--
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<html>
-<head>
-<title></title>
-</head>
-<body>
-</body>
-</html>