mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Correct skipif use for OCI8 password tests
This commit is contained in:
parent
b243f2feca
commit
7a9c20f3fd
@ -3,6 +3,7 @@ oci_password_change()
|
||||
--SKIPIF--
|
||||
<?php
|
||||
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on thes
|
||||
require(dirname(__FILE__).'/skipif.inc');
|
||||
require(dirname(__FILE__).'/connect.inc');
|
||||
if (empty($dbase)) die ("skip requires database connection string be set");
|
||||
if ($test_drcp) die("skip password change not supported in DRCP Mode");
|
||||
|
@ -3,6 +3,7 @@ ocipasswordchange()
|
||||
--SKIPIF--
|
||||
<?php
|
||||
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on thes
|
||||
require(dirname(__FILE__).'/skipif.inc');
|
||||
require(dirname(__FILE__).'/connect.inc');
|
||||
if (empty($dbase)) die ("skip requires database connection string be set");
|
||||
if ($test_drcp) die("skip password change not supported in DRCP Mode");
|
||||
|
Loading…
Reference in New Issue
Block a user