File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ oci_password_change()
3
3
--SKIPIF--
4
4
<?php
5
5
$ target_dbs = array ('oracledb ' => true , 'timesten ' => false ); // test runs on thes
6
+ require (dirname (__FILE__ ).'/skipif.inc ' );
6
7
require (dirname (__FILE__ ).'/connect.inc ' );
7
8
if (empty ($ dbase )) die ("skip requires database connection string be set " );
8
9
if ($ test_drcp ) die ("skip password change not supported in DRCP Mode " );
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ocipasswordchange()
3
3
--SKIPIF--
4
4
<?php
5
5
$ target_dbs = array ('oracledb ' => true , 'timesten ' => false ); // test runs on thes
6
+ require (dirname (__FILE__ ).'/skipif.inc ' );
6
7
require (dirname (__FILE__ ).'/connect.inc ' );
7
8
if (empty ($ dbase )) die ("skip requires database connection string be set " );
8
9
if ($ test_drcp ) die ("skip password change not supported in DRCP Mode " );
You can’t perform that action at this time.
0 commit comments