xref: /PHP-5.5/ext/tidy/tests/001.phpt (revision d94136fc)
1--TEST--
2Check for tidy presence
3--SKIPIF--
4<?php if (!extension_loaded("tidy")) print "skip"; ?>
5--FILE--
6<?php
7echo "tidy extension is available";
8?>
9--EXPECT--
10tidy extension is available
11