string $message:
MethodProphecy $methodProphecy:
int $count:
list<Call> $calls:
Overrides UnexpectedCallsException::__construct
public function __construct($message, MethodProphecy $methodProphecy, $count, array $calls) { parent::__construct($message, $methodProphecy, $calls); $this->expectedCount = intval($count); }