|
Lggr
|


Public Member Functions | |
| __construct (\Throwable $exception) | |
| invoke (Invocation $invocation) | |
| toString () | |
Stubs a method by raising a user-defined exception.
| PHPUnit\Framework\MockObject\Stub\Exception::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\Exception::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.
1.8.17