1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

test fails with old libxml2; skip in this case

This commit is contained in:
Christoph M. Becker
2015-07-31 19:52:42 +02:00
parent cdabbd9542
commit 6576d809a5
+4 -1
View File
@@ -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