diff options
author | Marcus Boerger <helly@php.net> | 2005-12-11 14:50:29 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-12-11 14:50:29 +0000 |
commit | 85a261bb8563c1c2b70c8d74f7436c27a9e61d48 (patch) | |
tree | 03a2a2faa2c55c15c5aa4704c1277ef7589945af | |
parent | d05c2a40d822bdcae4fc0aafc59c4bc5e138f0a5 (diff) | |
download | php-git-85a261bb8563c1c2b70c8d74f7436c27a9e61d48.tar.gz |
- MFH Fix tests
-rw-r--r-- | ext/pdo_firebird/tests/common.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/tests/common.phpt b/ext/pdo_firebird/tests/common.phpt index cb1caf3150..00d4b239ab 100644 --- a/ext/pdo_firebird/tests/common.phpt +++ b/ext/pdo_firebird/tests/common.phpt @@ -2,7 +2,7 @@ FIREBIRD --SKIPIF-- <?php # vim:ft=php -if (!extension_loaded('pdo_odbc')) print 'skip'; ?> +if (!extension_loaded('pdo_firebird')) print 'skip'; ?> --REDIRECTTEST-- # magic auto-configuration |