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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user