Open ahacking opened 10 years ago
This PR allows revert() to work with the FixtureAdapter, and includes unit test.
revert()
The current FixtureAdapter does not update _data when performing a create() or save() which leads problems such as revert() not working correctly.
FixtureAdapter
_data
create()
save()
This PR allows
revert()
to work with the FixtureAdapter, and includes unit test.The current
FixtureAdapter
does not update_data
when performing acreate()
orsave()
which leads problems such asrevert()
not working correctly.