diff options
-rw-r--r-- | ext/odbc/tests/bug78470.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/odbc/tests/bug78470.phpt b/ext/odbc/tests/bug78470.phpt index 6910f9bbd1..d905b95667 100644 --- a/ext/odbc/tests/bug78470.phpt +++ b/ext/odbc/tests/bug78470.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #78470 (odbc_specialcolumns() no longer accepts $nullable) --SKIPIF-- -<?php -if (!extension_loaded('odbc')) die('skip odbc extension not available'); -?> +<?php include 'skipif.inc'; ?> --FILE-- <?php include 'config.inc'; |