diff options
Diffstat (limited to 'ext/tidy/tests/001.phpt')
-rw-r--r-- | ext/tidy/tests/001.phpt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/tidy/tests/001.phpt b/ext/tidy/tests/001.phpt new file mode 100644 index 0000000..bfd3782 --- /dev/null +++ b/ext/tidy/tests/001.phpt @@ -0,0 +1,10 @@ +--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 |