-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.x] feature: TableKey takes into account the class name #28
[3.x] feature: TableKey takes into account the class name #28
Conversation
1a92a65
to
59381b4
Compare
59381b4
to
274ee85
Compare
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: Lines 47 to 48 in 896b79d
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). |
Please, sync any additional changes to the other PR #29 to here, once accepted. |
@krugerman007 please sync changes from #30 into this. |
1956065
to
6e6e1b2
Compare
6e6e1b2
to
6a88a43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🚀
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.