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
{{ message }}
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
Added additional test cases on how #100 affects the mock comparator and a failing test in that regard
Changing Framework/MockObject/Generator/mocked_clone.tpl.dist to:
public function __clone()
{
if ($this->__phpunit_invocationMocker !== NULL) {
$this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker;
}
}
maybe helps but the test still doesn't pass.
0 commit comments