Table of Contents
-
$method
: mixed
-
$mock
: mixed
-
__call()
: Expectation
-
__construct()
: mixed
-
withArgs()
:
$method
private
mixed
$method
$mock
private
mixed
$mock
__call()
public
__call(mixed $method, mixed $args) : Expectation
Parameters
-
$method
: mixed
-
-
$args
: mixed
-
Return values
Expectation
—
__construct()
public
__construct(MockInterface $mock) : mixed
Parameters
-
$mock
: MockInterface
-
Return values
mixed
—
withArgs()
public
withArgs(Closure|array<string|int, mixed> $args) :
Parameters
-
$args
: Closure|array<string|int, mixed>
-
Return values
—