diff options
author | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:59:04 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2009-07-26 19:59:04 +0000 |
commit | d132b9985d13fff994701137e5f7cf1e922649e3 (patch) | |
tree | c0218eef8465604a9cc1917307f4729732f1119d /ext/oci8/tests | |
parent | 6d04f1a141b599f2902adfbbbade5159a75b9544 (diff) | |
download | php-git-d132b9985d13fff994701137e5f7cf1e922649e3.tar.gz |
fix test
Diffstat (limited to 'ext/oci8/tests')
-rw-r--r-- | ext/oci8/tests/xmltype_01.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/xmltype_01.phpt b/ext/oci8/tests/xmltype_01.phpt index 49420259f1..a9458c83d4 100644 --- a/ext/oci8/tests/xmltype_01.phpt +++ b/ext/oci8/tests/xmltype_01.phpt @@ -2,7 +2,7 @@ Basic XMLType test --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> -<?php if (!extension_loaded("simplexml")) die("skip no simplexml extension"; ?> +<?php if (!extension_loaded("simplexml")) die("skip no simplexml extension"); ?> --FILE-- <?php |