testing-framework
testing-framework copied to clipboard
[BUGFIX] Fix return type of `lastInsertId()`
This method promises to return an int, but returned a string instead, and hence needed a typecast.