Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

[BUGFIX] Fix return type of `lastInsertId()` #153

Closed oliverklee closed 9 months ago

oliverklee commented 2 years ago

This method promises to return an int, but returned a string instead, and hence needed a typecast.