ChecksumTestFixture is using _getTableKey() (connection and table name) as key of $_tableHashes in insert(), but when validate modifications, it checks for just table name, which causes incorrect response of _tableUnmodified(), and creating fixtures over again and again.
Big thanks to my colleague @sukihub for finding this bug.
ChecksumTestFixture is using _getTableKey() (connection and table name) as key of $_tableHashes in insert(), but when validate modifications, it checks for just table name, which causes incorrect response of _tableUnmodified(), and creating fixtures over again and again.
Big thanks to my colleague @sukihub for finding this bug.
Fixes #13