Fix CI tests
This commit is contained in:
parent
35b21c31a5
commit
2b0d1c207e
@ -57,7 +57,7 @@ foreach(pdo_drivers() as $d)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Load Firebird if there is support
|
// Load Firebird if there is support
|
||||||
if(function_exists('fbird_connect'))
|
if (function_exists('fbird_connect') && ! ($var = getenv('CI')))
|
||||||
{
|
{
|
||||||
require_once("{$test_path}/firebird/firebird.php");
|
require_once("{$test_path}/firebird/firebird.php");
|
||||||
require_once("{$test_path}/firebird/firebird-qb.php");
|
require_once("{$test_path}/firebird/firebird-qb.php");
|
||||||
|
Loading…
Reference in New Issue
Block a user