summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_014.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-06 19:28:25 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-06 19:28:25 +0000
commit31c35e5cadc68711241ee206f84d50fde961c8a3 (patch)
tree1c4211f6d09381a65987a9bf318ed945692432a0 /ext/oci8/tests/coll_014.phpt
parent2b059ae91f312de1ec61b8928e25d33051ae36c5 (diff)
downloadphp-git-31c35e5cadc68711241ee206f84d50fde961c8a3.tar.gz
add 4 new tests
remove ENV tag from the old ones
Diffstat (limited to 'ext/oci8/tests/coll_014.phpt')
-rw-r--r--ext/oci8/tests/coll_014.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/oci8/tests/coll_014.phpt b/ext/oci8/tests/coll_014.phpt
index abbdbff274..8458525ae5 100644
--- a/ext/oci8/tests/coll_014.phpt
+++ b/ext/oci8/tests/coll_014.phpt
@@ -2,12 +2,6 @@
collections and strings (2)
--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