Dropped table at end

This commit is contained in:
David Puglielli 2018-03-15 12:51:23 -07:00
parent 21a9cd982e
commit 8ed98a7dd9
2 changed files with 4 additions and 0 deletions

View file

@ -190,6 +190,8 @@ for ($v = 0; $v < sizeof($values);++$v)
sqlsrv_free_stmt($stmt);
}
dropTable($conn, $tableName);
sqlsrv_close($conn);
echo "Test successful\n";

View file

@ -304,6 +304,8 @@ for ($v = 0; $v < sizeof($values); ++$v)
echo "Step $v done\n";
}
dropTable($conn, $tableName);
sqlsrv_close($conn);
echo "Test successful\n";