diff options
Diffstat (limited to 'ext/tidy/tests/001.phpt')
-rw-r--r-- | ext/tidy/tests/001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/001.phpt b/ext/tidy/tests/001.phpt index bfd3782078..277fd03f5e 100644 --- a/ext/tidy/tests/001.phpt +++ b/ext/tidy/tests/001.phpt @@ -3,7 +3,7 @@ Check for tidy presence --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> --FILE-- -<?php +<?php echo "tidy extension is available"; ?> --EXPECT-- |