Lggr
|
Public Member Functions | |
__construct (array $stack) | |
invoke (Invocation $invocation) | |
toString () | |
Stubs a method by returning a user-defined stack of values.
PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls::invoke | ( | Invocation | $invocation | ) |
Fakes the processing of the invocation $invocation by returning a specific value.
Invocation | $invocation | The invocation which was mocked and matched by the current method and argument matchers |
Implements PHPUnit\Framework\MockObject\Stub.
PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.