|
Lggr
|


Public Member Functions | |
| will (BaseStub $stub) | |
Public Member Functions inherited from PHPUnit\Framework\MockObject\Builder\Identity | |
| 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 |
1.8.17