mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
missing
This commit is contained in:
18
ext/dba/tests/dba_dbm.phpt
Normal file
18
ext/dba/tests/dba_dbm.phpt
Normal file
@@ -0,0 +1,18 @@
|
||||
--TEST--
|
||||
DBA DBM handler test
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once('skipif.inc');
|
||||
if (!in_array('dbm', dba_handlers())) die('skip DBM handler not available');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
require_once('test.inc');
|
||||
$handler = 'dbm';
|
||||
require_once('dba_handler.inc');
|
||||
?>
|
||||
--EXPECT--
|
||||
database handler: dbm
|
||||
3NYNYY
|
||||
Content String 2
|
||||
Content 2 replaced
|
||||
Reference in New Issue
Block a user