mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
Skip tests f oci8 extension is not loaded
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
oci_password_change()
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('oci8')) die("skip no oci8 extension");
|
||||
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on thes
|
||||
require(dirname(__FILE__).'/connect.inc');
|
||||
if (empty($dbase)) die ("skip requires database connection string be set");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
ocipasswordchange()
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('oci8')) die("skip no oci8 extension");
|
||||
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on thes
|
||||
require(dirname(__FILE__).'/connect.inc');
|
||||
if (empty($dbase)) die ("skip requires database connection string be set");
|
||||
|
||||
Reference in New Issue
Block a user