diff options
author | Antony Dovgal <tony2001@php.net> | 2005-12-06 19:28:25 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-12-06 19:28:25 +0000 |
commit | 31c35e5cadc68711241ee206f84d50fde961c8a3 (patch) | |
tree | 1c4211f6d09381a65987a9bf318ed945692432a0 /ext/oci8/tests/coll_001.phpt | |
parent | 2b059ae91f312de1ec61b8928e25d33051ae36c5 (diff) | |
download | php-git-31c35e5cadc68711241ee206f84d50fde961c8a3.tar.gz |
add 4 new tests
remove ENV tag from the old ones
Diffstat (limited to 'ext/oci8/tests/coll_001.phpt')
-rw-r--r-- | ext/oci8/tests/coll_001.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/oci8/tests/coll_001.phpt b/ext/oci8/tests/coll_001.phpt index 8a223f864b..57d3cf1b47 100644 --- a/ext/oci8/tests/coll_001.phpt +++ b/ext/oci8/tests/coll_001.phpt @@ -2,12 +2,6 @@ oci_new_collection() --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 |