You are here

public function UnexpectedCallException::getArguments in Zircon Profile 8

Same name and namespace in other branches
  1. 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

UnexpectedCallException

Namespace

Prophecy\Exception\Call

Code

public function getArguments() {
  return $this->arguments;
}