function UnexpectedCallsException::__construct
Parameters
string $message:
MethodProphecy $methodProphecy:
list<Call> $calls:
Overrides MethodProphecyException::__construct
2 calls to UnexpectedCallsException::__construct()
- UnexpectedCallsCountException::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsCountException.php - UnexpectedCallsCountException::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsCountException.php
1 method overrides UnexpectedCallsException::__construct()
- UnexpectedCallsCountException::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsCountException.php
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsException.php, line 27
Class
Namespace
Prophecy\Exception\PredictionCode
public function __construct($message, MethodProphecy $methodProphecy, array $calls) {
parent::__construct($message, $methodProphecy);
$this->calls = $calls;
}