public function MethodProphecy::getArgumentsWildcard in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php \Prophecy\Prophecy\MethodProphecy::getArgumentsWildcard()
Returns arguments wildcard.
Return value
Argument\ArgumentsWildcard
1 call to MethodProphecy::getArgumentsWildcard()
- MethodProphecy::shouldHave in vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ MethodProphecy.php - Checks provided prediction immediately.
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ MethodProphecy.php, line 423
Class
- MethodProphecy
- Method prophecy.
Namespace
Prophecy\ProphecyCode
public function getArgumentsWildcard() {
return $this->argumentsWildcard;
}