summaryrefslogtreecommitdiff
path: root/ext/dba/tests
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-04-28 22:38:51 +0000
committerSVN Migration <svn@php.net>2003-04-28 22:38:51 +0000
commitb0a58d9570262008ec00e9cf2ea8bbea2e646579 (patch)
tree1d02f3d17747e17457cba203e85d8ccd445bc436 /ext/dba/tests
parent7c495e9250e4cdeafd728a5bceab2409cb909e7f (diff)
downloadphp-git-php-4.3.2RC2.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC2'.php-4.3.2RC2
Diffstat (limited to 'ext/dba/tests')
-rw-r--r--ext/dba/tests/dba_inifile.phpt29
1 files changed, 0 insertions, 29 deletions
diff --git a/ext/dba/tests/dba_inifile.phpt b/ext/dba/tests/dba_inifile.phpt
deleted file mode 100644
index 11ca19e3b6..0000000000
--- a/ext/dba/tests/dba_inifile.phpt
+++ /dev/null
@@ -1,29 +0,0 @@
---TEST--
-DBA INIFILE handler test
---SKIPIF--
-<?php
- $handler = 'inifile';
- require_once('skipif.inc');
-?>
---FILE--
-<?php
- $handler = 'inifile';
- require_once('test.inc');
- require_once('dba_handler.inc');
-?>
---EXPECT--
-database handler: inifile
-3NYNYY
-Content String 2
-Content 2 replaced
-Read during write: not allowed
-Content 2 replaced 2nd time
-The 6th value
-array(3) {
- ["key number 6"]=>
- string(13) "The 6th value"
- ["key2"]=>
- string(27) "Content 2 replaced 2nd time"
- ["key5"]=>
- string(23) "The last content string"
-} \ No newline at end of file