function MethodProphecySpec::its_ArgumentWildcard_is_mutable_through_setter in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php \spec\Prophecy\Prophecy\MethodProphecySpec::its_ArgumentWildcard_is_mutable_through_setter()
Parameters
\Prophecy\Argument\ArgumentsWildcard $wildcard:
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Prophecy/ MethodProphecySpec.php, line 364
Class
Namespace
spec\Prophecy\ProphecyCode
function its_ArgumentWildcard_is_mutable_through_setter($wildcard) {
$this
->withArguments($wildcard);
$this
->getArgumentsWildcard()
->shouldReturn($wildcard);
}