summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_016.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_016.phpt')
-rw-r--r--ext/oci8/tests/coll_016.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/coll_016.phpt b/ext/oci8/tests/coll_016.phpt
index 1ba78007cc..80059688b3 100644
--- a/ext/oci8/tests/coll_016.phpt
+++ b/ext/oci8/tests/coll_016.phpt
@@ -3,12 +3,12 @@ collections and negative/too big element indexes
--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";
$ora_sql = "DROP TYPE
".$type_name."
@@ -34,7 +34,7 @@ var_dump($coll1->getElem(500));
echo "Done\n";
-require dirname(__FILE__)."/drop_type.inc";
+require __DIR__."/drop_type.inc";
?>
--EXPECTF--