Skip to content

Commit e74f89d

Browse files
committed
Use proper skipif section
The ODBC tests have to be skipped if no connection to the server can be established.
1 parent 610e7d2 commit e74f89d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/odbc/tests/bug78470.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
--TEST--
22
Bug #78470 (odbc_specialcolumns() no longer accepts $nullable)
33
--SKIPIF--
4-
<?php
5-
if (!extension_loaded('odbc')) die('skip odbc extension not available');
6-
?>
4+
<?php include 'skipif.inc'; ?>
75
--FILE--
86
<?php
97
include 'config.inc';

0 commit comments

Comments
 (0)