UnexpectedCallsCountException
extends UnexpectedCallsException
in package
Table of Contents
- $calls : mixed
- $expectedCount : mixed
- $methodProphecy : mixed
- $objectProphecy : mixed
- __construct() : mixed
- getCalls() : mixed
- getExpectedCount() : mixed
- getMethodProphecy() : MethodProphecy
- getObjectProphecy() : ObjectProphecy
Properties
$calls
private
mixed
$calls
= array()
$expectedCount
private
mixed
$expectedCount
$methodProphecy
private
mixed
$methodProphecy
$objectProphecy
private
mixed
$objectProphecy
Methods
__construct()
public
__construct(mixed $message, MethodProphecy $methodProphecy, mixed $count, array<string|int, mixed> $calls) : mixed
Parameters
- $message : mixed
- $methodProphecy : MethodProphecy
- $count : mixed
- $calls : array<string|int, mixed>
Return values
mixed —getCalls()
public
getCalls() : mixed
Return values
mixed —getExpectedCount()
public
getExpectedCount() : mixed
Return values
mixed —getMethodProphecy()
public
getMethodProphecy() : MethodProphecy
Return values
MethodProphecy —getObjectProphecy()
public
getObjectProphecy() : ObjectProphecy