Skip to content

Commit 10fc301

Browse files
committed
- Fix tests
1 parent 7a57d03 commit 10fc301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_firebird/tests/common.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FIREBIRD
33
--SKIPIF--
44
<?php # vim:ft=php
5-
if (!extension_loaded('pdo_odbc')) print 'skip'; ?>
5+
if (!extension_loaded('pdo_firebird')) print 'skip'; ?>
66
--REDIRECTTEST--
77
# magic auto-configuration
88

0 commit comments

Comments
 (0)