summaryrefslogtreecommitdiff
path: root/ext/oci8/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-07-26 19:59:04 +0000
committerAntony Dovgal <tony2001@php.net>2009-07-26 19:59:04 +0000
commitd132b9985d13fff994701137e5f7cf1e922649e3 (patch)
treec0218eef8465604a9cc1917307f4729732f1119d /ext/oci8/tests
parent6d04f1a141b599f2902adfbbbade5159a75b9544 (diff)
downloadphp-git-d132b9985d13fff994701137e5f7cf1e922649e3.tar.gz
fix test
Diffstat (limited to 'ext/oci8/tests')
-rw-r--r--ext/oci8/tests/xmltype_01.phpt2
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