Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created May 1, 2014 23:00
Show Gist options
  • Save hub-cap/7546f3999eff0ba21d8d to your computer and use it in GitHub Desktop.
Save hub-cap/7546f3999eff0ba21d8d to your computer and use it in GitHub Desktop.
local MockQueryData = MySQLMock:extend()
function MockQueryData:mysql_query(conn, query)
return 0
end
function MockQueryData:mysql_use_result(conn)
return {}
end
testcases['test_multi_query'] = MockQueryData:new()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment