You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the new version add the dirtyState in the returned json so if you want your test to be compatible with your model you have to upgrade your test as well to mock the dirtyState too.
You can compare both zep source code on both branchs on Mvc/Model.zep
I recently upgrade phalcon 4 to 5.4 under PHP 7.4. When run our existing test cases, we are facing incompatibility issues with respect to
unserialize
.Exception:
Fatal error: Declaration of Mockery_11_User::unserialize($string) must be compatible with Phalcon\Mvc\Model::unserialize($serialized): void
Phalcon - 5.4
PHP - 7.4
I tried following code snippet in model
Anybody kindly help on this. Thank you
The text was updated successfully, but these errors were encountered: