summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_cdb_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/dba_cdb_001.phpt')
-rw-r--r--ext/dba/tests/dba_cdb_001.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dba/tests/dba_cdb_001.phpt b/ext/dba/tests/dba_cdb_001.phpt
index 4372754384..a0dc438636 100644
--- a/ext/dba/tests/dba_cdb_001.phpt
+++ b/ext/dba/tests/dba_cdb_001.phpt
@@ -1,7 +1,7 @@
--TEST--
DBA CDB handler test
--SKIPIF--
-<?php
+<?php
$handler = 'cdb';
require_once(dirname(__FILE__) .'/skipif.inc');
die('info CDB does not support replace or delete');
@@ -63,8 +63,8 @@ else {
?>
===DONE===
--CLEAN--
-<?php
-require(dirname(__FILE__) .'/clean.inc');
+<?php
+require(dirname(__FILE__) .'/clean.inc');
?>
--EXPECTF--
Test 0