Open tkfm-yamaguchi opened 3 years ago
So far, we cannot specify the third and subsequent arguments of Generator::getMock. It causes unexpected result in some case, i.e. $cloneArguments is always true so comparison like with would be failed like the issue below: https://github.com/sebastianbergmann/phpunit-mock-objects/issues/348
$cloneArguments
with
Is it possible to specify those parameters by Codeception's Stub?
So far, we cannot specify the third and subsequent arguments of Generator::getMock. It causes unexpected result in some case, i.e.
$cloneArguments
is always true so comparison likewith
would be failed like the issue below: https://github.com/sebastianbergmann/phpunit-mock-objects/issues/348Is it possible to specify those parameters by Codeception's Stub?