php-src/ext/tidy/tests/001.phpt

11 lines
192 B
Plaintext
Raw Normal View History

2003-08-01 00:22:43 +00:00
--TEST--
Check for tidy presence
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
2003-08-01 00:22:43 +00:00
--FILE--
<?php
echo "tidy extension is available";
?>
--EXPECT--
tidy extension is available