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.phpt10
1 files changed, 7 insertions, 3 deletions
diff --git a/ext/dba/tests/dba_cdb.phpt b/ext/dba/tests/dba_cdb.phpt
index 0b7559648..b9ef68f2b 100644
--- a/ext/dba/tests/dba_cdb.phpt
+++ b/ext/dba/tests/dba_cdb.phpt
@@ -3,16 +3,20 @@ DBA CDB handler test
--SKIPIF--
<?php
$handler = 'cdb';
- require_once dirname(__FILE__) .'/skipif.inc';
+ require_once(dirname(__FILE__) .'/skipif.inc');
die('info CDB does not support replace or delete');
?>
--FILE--
<?php
$handler = 'cdb';
- require_once dirname(__FILE__) .'/test.inc';
- require_once dirname(__FILE__) .'/dba_handler.inc';
+ require_once(dirname(__FILE__) .'/test.inc');
+ require_once(dirname(__FILE__) .'/dba_handler.inc');
?>
===DONE===
+--CLEAN--
+<?php
+ require(dirname(__FILE__) .'/clean.inc');
+?>
--EXPECT--
database handler: cdb
5YYYYY