]> granicus.if.org Git - php/commitdiff
Correct skipif use for OCI8 password tests
authorChristopher Jones <christopher.jones@oracle.com>
Wed, 20 Feb 2019 00:10:57 +0000 (11:10 +1100)
committerChristopher Jones <christopher.jones@oracle.com>
Wed, 20 Feb 2019 00:10:57 +0000 (11:10 +1100)
ext/oci8/tests/password_new.phpt
ext/oci8/tests/password_old.phpt

index a29fb8f52ff2bdec96ed2f73bf678c5b0263f037..9977b10a7bccbfa48e4d5f8113102a46e08767eb 100644 (file)
@@ -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");
index 873fd4f5953e97028f9b7bf03ff5722f398d8d23..b2365292a4856aef30a1a2ffa1298ad8ad939ff9 100644 (file)
@@ -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");