summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-03-30 16:25:41 +0800
committerXinchen Hui <laruence@php.net>2015-03-30 16:25:41 +0800
commit97956a5d0858b733ddecfbfd4aec81248e2126e7 (patch)
tree5236609fa8fb7562a062bbab9e0bf9cba53a67f6 /ext/xmlwriter
parent51451ab84ad24430c0e3e3cf67eac297be9cf917 (diff)
downloadphp-git-97956a5d0858b733ddecfbfd4aec81248e2126e7.tar.gz
Fixed tests
Diffstat (limited to 'ext/xmlwriter')
-rw-r--r--ext/xmlwriter/tests/011.phpt2
-rw-r--r--ext/xmlwriter/tests/012.phpt2
-rw-r--r--ext/xmlwriter/tests/OO_010.phpt2
-rw-r--r--ext/xmlwriter/tests/OO_011.phpt2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/xmlwriter/tests/011.phpt b/ext/xmlwriter/tests/011.phpt
index 51861673a1..5a479af8f6 100644
--- a/ext/xmlwriter/tests/011.phpt
+++ b/ext/xmlwriter/tests/011.phpt
@@ -6,7 +6,7 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net>
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
-if (LIBXML_VERSION < 20617) die("skip: libxml2 2.6.17+ required");
+if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required");
?>
--FILE--
<?php
diff --git a/ext/xmlwriter/tests/012.phpt b/ext/xmlwriter/tests/012.phpt
index b6a4ad8c56..72d0040377 100644
--- a/ext/xmlwriter/tests/012.phpt
+++ b/ext/xmlwriter/tests/012.phpt
@@ -6,7 +6,7 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net>
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
-if (LIBXML_VERSION < 20617) die("skip: libxml2 2.6.17+ required");
+if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required");
?>
--FILE--
<?php
diff --git a/ext/xmlwriter/tests/OO_010.phpt b/ext/xmlwriter/tests/OO_010.phpt
index d4444bafe8..38357eca18 100644
--- a/ext/xmlwriter/tests/OO_010.phpt
+++ b/ext/xmlwriter/tests/OO_010.phpt
@@ -6,7 +6,7 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net>
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
-if (LIBXML_VERSION < 20617) die("skip: libxml2 2.6.17+ required");
+if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required");
?>
--FILE--
<?php
diff --git a/ext/xmlwriter/tests/OO_011.phpt b/ext/xmlwriter/tests/OO_011.phpt
index 0407e1b05f..33f2d19cdc 100644
--- a/ext/xmlwriter/tests/OO_011.phpt
+++ b/ext/xmlwriter/tests/OO_011.phpt
@@ -6,7 +6,7 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net>
--SKIPIF--
<?php
if (!extension_loaded("xmlwriter")) die("skip");
-if (LIBXML_VERSION < 20617) die("skip: libxml2 2.6.17+ required");
+if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required");
?>
--FILE--
<?php