summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/017.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/017.phpt')
-rw-r--r--ext/tidy/tests/017.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/tidy/tests/017.phpt b/ext/tidy/tests/017.phpt
deleted file mode 100644
index ba620a32ec..0000000000
--- a/ext/tidy/tests/017.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-The Tidy Output Buffer Filter
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---FILE--
-<?php ob_start("ob_tidyhandler"); ?>
-<B>testing</I>
---EXPECT--
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<html>
-<head>
-<title></title>
-</head>
-<body>
-<b>testing</b>
-</body>
-</html> \ No newline at end of file