diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-11-30 00:01:30 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-11-30 00:01:30 +0000 |
commit | 46745e31ed2312b00197433a0f77c8644b7d4440 (patch) | |
tree | a197b104b9b4ae797c218c4f093736d5d0e0e91e /ext/tidy/tests | |
parent | b6f9b5c6935d3ab58b014ed21029c6969ab2a33e (diff) | |
download | php-git-46745e31ed2312b00197433a0f77c8644b7d4440.tar.gz |
This test is conditional on the libTidy library. On some configurations
tidy crashes due to a bug in the lib.
Diffstat (limited to 'ext/tidy/tests')
-rw-r--r-- | ext/tidy/tests/016.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/016.phpt b/ext/tidy/tests/016.phpt index c2fddce6fe..001371aa3e 100644 --- a/ext/tidy/tests/016.phpt +++ b/ext/tidy/tests/016.phpt @@ -1,5 +1,5 @@ --TEST-- -Passing configuration file through tidy_parse_file() +Passing configuration file through tidy_parse_file() (may fail with buggy libtidy) --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> --FILE-- |