diff options
Diffstat (limited to 'ext/oci8/tests/bug37220.phpt')
-rw-r--r-- | ext/oci8/tests/bug37220.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bug37220.phpt b/ext/oci8/tests/bug37220.phpt index fb62f9df4e..11ee2b23b6 100644 --- a/ext/oci8/tests/bug37220.phpt +++ b/ext/oci8/tests/bug37220.phpt @@ -3,12 +3,12 @@ Bug #37220 (LOB Type mismatch when using windows & oci8.dll) --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 -require dirname(__FILE__).'/connect.inc'; +require __DIR__.'/connect.inc'; // Initialization |