diff options
Diffstat (limited to 'ext/oci8/tests/drcp_pconn_close2.phpt')
-rw-r--r-- | ext/oci8/tests/drcp_pconn_close2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/drcp_pconn_close2.phpt b/ext/oci8/tests/drcp_pconn_close2.phpt index 1c64762018..02bed68358 100644 --- a/ext/oci8/tests/drcp_pconn_close2.phpt +++ b/ext/oci8/tests/drcp_pconn_close2.phpt @@ -8,7 +8,7 @@ oci8.connection_class=test --FILE-- <?php -require dirname(__FILE__)."/details.inc"; +require __DIR__."/details.inc"; // Test will open a persistent connection // Close the connection |