public function UnexpectedCallsCountException::getExpectedCount in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php \Prophecy\Exception\Prediction\UnexpectedCallsCountException::getExpectedCount()
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsCountException.php, line 27
Class
Namespace
Prophecy\Exception\PredictionCode
public function getExpectedCount() {
return $this->expectedCount;
}