summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/connect_without_oracle_home_old.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/connect_without_oracle_home_old.phpt')
-rw-r--r--ext/oci8/tests/connect_without_oracle_home_old.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/connect_without_oracle_home_old.phpt b/ext/oci8/tests/connect_without_oracle_home_old.phpt
index 1bc7b37c23..d77b3e3699 100644
--- a/ext/oci8/tests/connect_without_oracle_home_old.phpt
+++ b/ext/oci8/tests/connect_without_oracle_home_old.phpt
@@ -16,7 +16,7 @@ ORACLE_HOME=""
--FILE--
<?php
-require dirname(__FILE__)."/details.inc";
+require __DIR__."/details.inc";
if (!empty($dbase)) {
var_dump(ocilogon($user, $password, $dbase));