Skip to content

Commit 4a6a9c7

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents 2ec59b3 + 7a9c20f commit 4a6a9c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ext/oci8/tests/password_new.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ oci_password_change()
33
--SKIPIF--
44
<?php
55
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on thes
6+
require(dirname(__FILE__).'/skipif.inc');
67
require(dirname(__FILE__).'/connect.inc');
78
if (empty($dbase)) die ("skip requires database connection string be set");
89
if ($test_drcp) die("skip password change not supported in DRCP Mode");

ext/oci8/tests/password_old.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ocipasswordchange()
33
--SKIPIF--
44
<?php
55
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on thes
6+
require(dirname(__FILE__).'/skipif.inc');
67
require(dirname(__FILE__).'/connect.inc');
78
if (empty($dbase)) die ("skip requires database connection string be set");
89
if ($test_drcp) die("skip password change not supported in DRCP Mode");

0 commit comments

Comments
 (0)