diff options
Diffstat (limited to 'ext/oci8/tests/bug43492_2.phpt')
-rw-r--r-- | ext/oci8/tests/bug43492_2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bug43492_2.phpt b/ext/oci8/tests/bug43492_2.phpt index d0bab520f5..03b4c31382 100644 --- a/ext/oci8/tests/bug43492_2.phpt +++ b/ext/oci8/tests/bug43492_2.phpt @@ -3,7 +3,7 @@ Bug #43492 (Nested cursor leaks after related bug #44206 fixed) --SKIPIF-- <?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs -require(dirname(__FILE__).'/skipif.inc'); +require(__DIR__.'/skipif.inc'); ?> --FILE-- <?php @@ -12,7 +12,7 @@ require(dirname(__FILE__).'/skipif.inc'); // Now that bug 44206 is fixed an automatic clean up will occur - // though it is still recommended in practice. -require dirname(__FILE__).'/connect.inc'; +require __DIR__.'/connect.inc'; $stmtarray = array( "DROP table bug43492_tab", |