summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/uncommitted.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-06 19:15:02 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-06 19:15:02 +0000
commit491c43cf2e969b03d39e459b9c9f4ab6e8282e91 (patch)
tree731fbc517ff8c7c13105c88b1d284f6b5d0f7035 /ext/oci8/tests/uncommitted.phpt
parentd34df75ee17a39b01dc2e3e7bcb4cdc72d0e2a55 (diff)
downloadphp-git-491c43cf2e969b03d39e459b9c9f4ab6e8282e91.tar.gz
nuke erroneous --ENV-- tag
add new tests for oci_bind_array_by_name()
Diffstat (limited to 'ext/oci8/tests/uncommitted.phpt')
-rw-r--r--ext/oci8/tests/uncommitted.phpt8
1 files changed, 1 insertions, 7 deletions
diff --git a/ext/oci8/tests/uncommitted.phpt b/ext/oci8/tests/uncommitted.phpt
index 297b7b0d06..ad57596e15 100644
--- a/ext/oci8/tests/uncommitted.phpt
+++ b/ext/oci8/tests/uncommitted.phpt
@@ -1,13 +1,7 @@
--TEST--
uncommitted connection
---SKIPIF--
+---SKIPIF--
<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
---ENV--
-return "
-ORACLE_HOME=".(isset($_ENV['ORACLE_HOME']) ? $_ENV['ORACLE_HOME'] : '')."
-NLS_LANG=".(isset($_ENV['NLS_LANG']) ? $_ENV['NLS_LANG'] : '')."
-TNS_ADMIN=".(isset($_ENV['TNS_ADMIN']) ? $_ENV['TNS_ADMIN'] : '')."
-";
--FILE--
<?php