From 7a9c20f3fd9152ddf1e55aef9120ecfcf4f87613 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 20 Feb 2019 11:10:57 +1100 Subject: [PATCH] Correct skipif use for OCI8 password tests --- ext/oci8/tests/password_new.phpt | 1 + ext/oci8/tests/password_old.phpt | 1 + 2 files changed, 2 insertions(+) diff --git a/ext/oci8/tests/password_new.phpt b/ext/oci8/tests/password_new.phpt index a29fb8f52f..9977b10a7b 100644 --- a/ext/oci8/tests/password_new.phpt +++ b/ext/oci8/tests/password_new.phpt @@ -3,6 +3,7 @@ oci_password_change() --SKIPIF-- 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"); diff --git a/ext/oci8/tests/password_old.phpt b/ext/oci8/tests/password_old.phpt index 873fd4f595..b2365292a4 100644 --- a/ext/oci8/tests/password_old.phpt +++ b/ext/oci8/tests/password_old.phpt @@ -3,6 +3,7 @@ ocipasswordchange() --SKIPIF-- 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"); -- 2.40.0