diff options
| -rw-r--r-- | ext/pdo_oci/tests/bug_33707.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/pdo_oci/tests/bug_33707.phpt b/ext/pdo_oci/tests/bug_33707.phpt index 17ea37f74f..6e53e3fb98 100644 --- a/ext/pdo_oci/tests/bug_33707.phpt +++ b/ext/pdo_oci/tests/bug_33707.phpt @@ -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-- |
