You are here

public function UnexpectedCallsException::getCalls in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsException.php \Prophecy\Exception\Prediction\UnexpectedCallsException::getCalls()

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsException.php, line 28

Class

UnexpectedCallsException

Namespace

Prophecy\Exception\Prediction

Code

public function getCalls() {
  return $this->calls;
}