summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_cdb.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/dba_cdb.phpt')
-rw-r--r--ext/dba/tests/dba_cdb.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dba/tests/dba_cdb.phpt b/ext/dba/tests/dba_cdb.phpt
index f3bf7975e..0b7559648 100644
--- a/ext/dba/tests/dba_cdb.phpt
+++ b/ext/dba/tests/dba_cdb.phpt
@@ -3,14 +3,14 @@ DBA CDB handler test
--SKIPIF--
<?php
$handler = 'cdb';
- require_once('skipif.inc');
+ require_once dirname(__FILE__) .'/skipif.inc';
die('info CDB does not support replace or delete');
?>
--FILE--
<?php
$handler = 'cdb';
- require_once('test.inc');
- require_once('dba_handler.inc');
+ require_once dirname(__FILE__) .'/test.inc';
+ require_once dirname(__FILE__) .'/dba_handler.inc';
?>
===DONE===
--EXPECT--