diff options
author | Xinchen Hui <laruence@php.net> | 2015-03-30 16:25:41 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-03-30 16:25:41 +0800 |
commit | 97956a5d0858b733ddecfbfd4aec81248e2126e7 (patch) | |
tree | 5236609fa8fb7562a062bbab9e0bf9cba53a67f6 /ext/xmlwriter | |
parent | 51451ab84ad24430c0e3e3cf67eac297be9cf917 (diff) | |
download | php-git-97956a5d0858b733ddecfbfd4aec81248e2126e7.tar.gz |
Fixed tests
Diffstat (limited to 'ext/xmlwriter')
-rw-r--r-- | ext/xmlwriter/tests/011.phpt | 2 | ||||
-rw-r--r-- | ext/xmlwriter/tests/012.phpt | 2 | ||||
-rw-r--r-- | ext/xmlwriter/tests/OO_010.phpt | 2 | ||||
-rw-r--r-- | ext/xmlwriter/tests/OO_011.phpt | 2 |
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 |