Skip to content

Commit

Permalink
Fixed test output
Browse files Browse the repository at this point in the history
  • Loading branch information
david-puglielli committed Sep 28, 2017
1 parent 257b1cd commit 7315d44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/sqlsrv/sqlsrv_empty_result_error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $stmt = sqlsrv_query($conn, "DROP TABLE TestEmptySetTable");
$stmt = sqlsrv_query($conn, "DROP PROCEDURE TestEmptySetProc");
sqlsrv_close($conn);
?>
--EXPECT--
--EXPECTF--
Return a nonempty result set:
Array
(
Expand All @@ -83,8 +83,8 @@ Array
[SQLSTATE] => HY010
[1] => 0
[code] => 0
[2] => [Microsoft][ODBC Driver Manager] Function sequence error
[message] => [Microsoft][ODBC Driver Manager] Function sequence error
[2] => [%s][ODBC Driver Manager] Function sequence error
[message] => [%s][ODBC Driver Manager] Function sequence error
)

)
Expand Down

0 comments on commit 7315d44

Please sign in to comment.