public function UnexpectedCallsException::getCalls in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Prophecy\Exception\PredictionCode
public function getCalls() {
return $this->calls;
}