Skip to content

Commit

Permalink
Merge pull request #633 from yitam/TC81
Browse files Browse the repository at this point in the history
Fixed memory test
  • Loading branch information
yitam committed Dec 15, 2017
2 parents 5931131 + 7100292 commit b3f2015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/sqlsrv/TC81_MemoryCheck.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ function runTest($noPasses, $noRows, $tableName, $conn, $prepared, $release, $mo
if ($rowCount != $noRows) {
die("$rowCount rows retrieved instead of $noRows\n");
}
unset($errState);
unset($errMessage);
break;

case 6: // fetch array
Expand Down

0 comments on commit b3f2015

Please sign in to comment.