Browse Source

- Fix tests

migration/RELEASE_1_0_0
Marcus Boerger 20 years ago
parent
commit
10fc301bf9
  1. 2
      ext/pdo_firebird/tests/common.phpt

2
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

Loading…
Cancel
Save