diff options
author | Marcus Boerger <helly@php.net> | 2002-12-30 19:20:11 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-12-30 19:20:11 +0000 |
commit | 67f0a6f6c0f86f122f49264307e6f8ed54e3d93c (patch) | |
tree | 2f8f9e9167c87c017d7f7c7652a7b1d6e5e4fa1c /ext/dba | |
parent | 9c2871a673e8a828dbdc9950385056fa14dffecd (diff) | |
download | php-git-67f0a6f6c0f86f122f49264307e6f8ed54e3d93c.tar.gz |
testing default handler should be a separate test
Diffstat (limited to 'ext/dba')
-rw-r--r-- | ext/dba/tests/dba_db4.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/tests/dba_db4.phpt b/ext/dba/tests/dba_db4.phpt index 901ef7041e..1f94e0d3ac 100644 --- a/ext/dba/tests/dba_db4.phpt +++ b/ext/dba/tests/dba_db4.phpt @@ -8,7 +8,7 @@ DBA DB4 handler test --FILE-- <?php require_once('test.inc'); - $handler = ini_get('dba.default_handler');//'db4'; + $handler = 'db4'; require_once('dba_handler.inc'); ?> --EXPECT-- |