Skip to content

Commit c25b5c6

Browse files
committed
Fix test for cases where data sources are available
That `bool(false)` is a relict of adapting the test expectations to the warning promotions.
1 parent 450f2ff commit c25b5c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/odbc/tests/odbc_data_source_001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ var_dump(odbc_data_source($conn, SQL_FETCH_FIRST));
2424
?>
2525
--EXPECTF--
2626
odbc_data_source(): Argument #2 ($fetch_type) must be either SQL_FETCH_FIRST or SQL_FETCH_NEXT
27-
bool(false)
2827
array(%d) {
2928
%a
3029
}

0 commit comments

Comments
 (0)