Lggr
|
Public Member Functions | |
will (BaseStub $stub) | |
![]() | |
id ($id) | |
Builder interface for stubs which are actions replacing an invocation.
PHPUnit\Framework\MockObject\Builder\Stub::will | ( | BaseStub | $stub | ) |
Stubs the matching method with the stub object $stub. Any invocations of the matched method will now be handled by the stub instead.
BaseStub | $stub |