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
Because comparison used to descend into $_proxy inside each mock instance, and each proxy's state includes a unique integer label, this used to cause each mock instance to compare differently in cases like this:
Because comparison used to descend into
$_proxyinside each mock instance, and each proxy's state includes a unique integer label, this used to cause each mock instance to compare differently in cases like this:But due to the changes in #82, these mock instances become equal, and it's breaking lots of existing tests.
There are a few options here:
===-style matcher:===, in contrast with every other object type.