1
0
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:
Dmitry Stogov
2019-02-20 02:35:25 +03:00
parent a7c99f3dc5
commit 2cd24e9d7a
2 changed files with 2 additions and 0 deletions

View File

@@ -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");

View File

@@ -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");