summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/001.phpt')
-rw-r--r--ext/tidy/tests/001.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/tidy/tests/001.phpt b/ext/tidy/tests/001.phpt
deleted file mode 100644
index bfd3782078..0000000000
--- a/ext/tidy/tests/001.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-Check for tidy presence
---SKIPIF--
-<?php if (!extension_loaded("tidy")) print "skip"; ?>
---FILE--
-<?php
-echo "tidy extension is available";
-?>
---EXPECT--
-tidy extension is available