mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
fix skip condition
This commit is contained in:
parent
1fa58ec003
commit
eab2f690fd
@ -3,8 +3,7 @@ PDO OCI Bug #33707
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded');
|
||||
require 'ext/pdo_oci/tests/config.inc';
|
||||
require 'ext/pdo/tests/pdo_test.inc';
|
||||
require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc';
|
||||
PDOTest::skip();
|
||||
?>
|
||||
--FILE--
|
||||
|
Loading…
Reference in New Issue
Block a user