Browse Source

This test is conditional on the libTidy library. On some configurations

tidy crashes due to a bug in the lib.
PHP-5.1
Ilia Alshanetsky 22 years ago
parent
commit
46745e31ed
  1. 2
      ext/tidy/tests/016.phpt

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

Loading…
Cancel
Save