diff options
| author | Marcus Boerger <helly@php.net> | 2005-12-11 14:49:19 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-12-11 14:49:19 +0000 |
| commit | 10fc301bf92cdd71051a69e088fa4fb5013497bd (patch) | |
| tree | 814495f76d2d78a16b0fe6c9affd0f3947256e1f /ext/pdo_firebird | |
| parent | 7a57d03c8dbc83feee7b2402cb33e7bad0872baf (diff) | |
| download | php-git-10fc301bf92cdd71051a69e088fa4fb5013497bd.tar.gz | |
- Fix tests
Diffstat (limited to 'ext/pdo_firebird')
| -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 |
