1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/ext/tidy/tests/001.phpt
2004-05-19 08:45:46 +00:00

11 lines
192 B
PHP

--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