public function UnexpectedCallException::getArguments in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Call/UnexpectedCallException.php \Prophecy\Exception\Call\UnexpectedCallException::getArguments()
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Call/ UnexpectedCallException.php, line 36
Class
Namespace
Prophecy\Exception\CallCode
public function getArguments() {
return $this->arguments;
}