Documentation

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

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

Search results