summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/013.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/013.phpt')
-rw-r--r--ext/tidy/tests/013.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/tidy/tests/013.phpt b/ext/tidy/tests/013.phpt
deleted file mode 100644
index 8f1ac94ef4..0000000000
--- a/ext/tidy/tests/013.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-Parsing a file using constructor
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---FILE--
-<?php
- $tidy = new tidy(dirname(__FILE__)."/013.html", array("show-body-only"=>true));
- $tidy->cleanRepair();
- echo $tidy;
-
-?>
---EXPECT--
-<b>testing</b>