UnexpectedCallsException
extends MethodProphecyException
in package
implements
PredictionException
Interfaces, Classes and Traits
- PredictionException
- Core Prophecy exception interface.
Table of Contents
- $calls : mixed
- $methodProphecy : mixed
- $objectProphecy : mixed
- __construct() : mixed
- getCalls() : mixed
- getMethodProphecy() : MethodProphecy
- getObjectProphecy() : ObjectProphecy
Properties
$calls
private
mixed
$calls
= array()
$methodProphecy
private
mixed
$methodProphecy
$objectProphecy
private
mixed
$objectProphecy
Methods
__construct()
public
__construct(mixed $message, MethodProphecy $methodProphecy, array<string|int, mixed> $calls) : mixed
Parameters
- $message : mixed
- $methodProphecy : MethodProphecy
- $calls : array<string|int, mixed>
Return values
mixed —getCalls()
public
getCalls() : mixed
Return values
mixed —getMethodProphecy()
public
getMethodProphecy() : MethodProphecy
Return values
MethodProphecy —getObjectProphecy()
public
getObjectProphecy() : ObjectProphecy