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
Im having an issue where im checking if a function is being call with the correct params, but one of my params is an array with objects in it. the what the ArgumentFormatter handles arrays is but calling var_export but this changes the objects/classes into the __set_state resulting the verify to fail
Hi,
Im having an issue where im checking if a function is being call with the correct params, but one of my params is an array with objects in it. the what the ArgumentFormatter handles arrays is but calling
var_export
but this changes the objects/classes into the__set_state
resulting the verify to failMy current version of aspect mock:
The text was updated successfully, but these errors were encountered: