summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_db2.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-03-04 20:31:42 +0000
committerMarcus Boerger <helly@php.net>2003-03-04 20:31:42 +0000
commitcf7101d354d37a9a9cd905e39d451281048357bd (patch)
tree7fe100158b1a4660326f93e38a85217a224bdb6f /ext/dba/tests/dba_db2.phpt
parent238abf8c7f1108d4e52b58cba8761b7147bbeb82 (diff)
downloadphp-git-cf7101d354d37a9a9cd905e39d451281048357bd.tar.gz
Support all possible configurations and simplify includes
Diffstat (limited to 'ext/dba/tests/dba_db2.phpt')
-rw-r--r--ext/dba/tests/dba_db2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/tests/dba_db2.phpt b/ext/dba/tests/dba_db2.phpt
index 154ea32111..2e93b785d3 100644
--- a/ext/dba/tests/dba_db2.phpt
+++ b/ext/dba/tests/dba_db2.phpt
@@ -2,13 +2,13 @@
DBA DB2 handler test
--SKIPIF--
<?php
+ $handler = 'db2';
require_once('skipif.inc');
- if (!in_array('db2', dba_handlers())) die('skip DB2 handler not available');
?>
--FILE--
<?php
- require_once('test.inc');
$handler = 'db2';
+ require_once('test.inc');
require_once('dba_handler.inc');
?>
--EXPECT--