summaryrefslogtreecommitdiff
path: root/ext/tidy/tests
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-11-30 00:01:30 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-11-30 00:01:30 +0000
commit46745e31ed2312b00197433a0f77c8644b7d4440 (patch)
treea197b104b9b4ae797c218c4f093736d5d0e0e91e /ext/tidy/tests
parentb6f9b5c6935d3ab58b014ed21029c6969ab2a33e (diff)
downloadphp-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.phpt2
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--