Closed krugerman007 closed 2 months ago
I can confirm that behavior.
@krugerman007 and found this while debugging some strange behavior of our large test suite.
@krugerman007 a heads up from my side: The source/target branch you chose is meant for future version of the plugin which are compatible with PHP 8.1 & CakePHP 5.x
If you want to fix this for our CakePHP 3.x application, please provide an additional pull request based on/targeting the 1.xbranch, which I re-created based on the last 1.x release (1.0.3).
Thank you @ravage84! The PR for 1.x is there: https://github.com/FriendsOfCake/fixturize/pull/29
Please, sync any additional changes to the other PR https://github.com/FriendsOfCake/fixturize/pull/29 to here, once accepted.
@krugerman007 please sync changes from #30 into this.
We have the problem that you cannot load 2 fixtures for one table one after the other. For example:
The last fixture is not applied because the hash was not changed. And the plugin only checks the hash of the table by
connection
andtable name
. The plugin does not take into account the class name of fixtures.