You are here

public function UnexpectedCallsCountException::getExpectedCount in Zircon Profile 8.0

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

UnexpectedCallsCountException

Namespace

Prophecy\Exception\Prediction

Code

public function getExpectedCount() {
  return $this->expectedCount;
}