summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/tests/bug_33707.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/tests/bug_33707.phpt')
-rw-r--r--ext/pdo_oci/tests/bug_33707.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_oci/tests/bug_33707.phpt b/ext/pdo_oci/tests/bug_33707.phpt
index 0692a08bdf..9b682cac95 100644
--- a/ext/pdo_oci/tests/bug_33707.phpt
+++ b/ext/pdo_oci/tests/bug_33707.phpt
@@ -3,7 +3,7 @@ PDO OCI Bug #33707 (Errors in select statements not reported)
--SKIPIF--
<?php
if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded');
-require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc';
+require __DIR__.'/../../pdo/tests/pdo_test.inc';
PDOTest::skip();
?>
--FILE--