diff options
| -rw-r--r-- | ext/dom/tests/node_textcontent.phpt | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/ext/dom/tests/node_textcontent.phpt b/ext/dom/tests/node_textcontent.phpt index a731a264aa..e4696914f9 100644 --- a/ext/dom/tests/node_textcontent.phpt +++ b/ext/dom/tests/node_textcontent.phpt @@ -1,7 +1,10 @@  --TEST--  Testing reading and writing to DOMNode::textContent  --SKIPIF-- -<?php require_once('skipif.inc'); ?> +<?php +require_once('skipif.inc'); +if (LIBXML_VERSION < 20707) die ('skip requires libxml2-2.7.7 or higher'); +?>  --FILE--  <?php | 
