php-src/ext/dba/tests/dba_cdb.phpt
Steph Fox 4be7f4aecd - killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
2008-05-27 18:16:04 +00:00

48 lines
885 B
PHP

--TEST--
DBA CDB handler test
--SKIPIF--
<?php
$handler = 'cdb';
require_once('skipif.inc');
die('info CDB does not support replace or delete');
?>
--FILE--
<?php
$handler = 'cdb';
require_once('test.inc');
require_once('dba_handler.inc');
?>
===DONE===
--EXPECT--
database handler: cdb
5YYYYY
Content String 2
array(5) {
[u"key1"]=>
string(16) "Content String 1"
[u"key2"]=>
string(16) "Content String 2"
[u"key3"]=>
string(20) "Third Content String"
[u"key4"]=>
string(22) "Another Content String"
[u"key5"]=>
string(23) "The last content string"
}
--NO-LOCK--
5YYYYY
Content String 2
array(5) {
[u"key1"]=>
string(16) "Content String 1"
[u"key2"]=>
string(16) "Content String 2"
[u"key3"]=>
string(20) "Third Content String"
[u"key4"]=>
string(22) "Another Content String"
[u"key5"]=>
string(23) "The last content string"
}
===DONE===