diff options
Diffstat (limited to 'ext/pdo_odbc/tests/long_columns.phpt')
-rw-r--r-- | ext/pdo_odbc/tests/long_columns.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/tests/long_columns.phpt b/ext/pdo_odbc/tests/long_columns.phpt index 3f72b354c1..b54421151b 100644 --- a/ext/pdo_odbc/tests/long_columns.phpt +++ b/ext/pdo_odbc/tests/long_columns.phpt @@ -1,7 +1,7 @@ --TEST-- PDO ODBC "long" columns --SKIPIF-- -<?php # vim:ft=php +<?php if (!extension_loaded('pdo_odbc')) print 'skip not loaded'; // make sure there is an ODBC driver and a DSN, or the test will fail include 'ext/pdo/tests/pdo_test.inc'; |