Lggr
|
Public Member Functions | |
invoke (Invocation $invocation) | |
matches (Invocation $invocation) | |
![]() | |
verify () | |
Interface for classes which can be invoked.
The invocation will be taken from a mock object and passed to an object of this class.
PHPUnit\Framework\MockObject\Invokable::invoke | ( | Invocation | $invocation | ) |
Invokes the invocation object $invocation so that it can be checked for expectations or matched against stubs.
Invocation | $invocation | The invocation object passed from mock object |
Implemented in PHPUnit\Framework\MockObject\InvocationMocker.
PHPUnit\Framework\MockObject\Invokable::matches | ( | Invocation | $invocation | ) |
Checks if the invocation matches.
Invocation | $invocation | The invocation object passed from mock object |
Implemented in PHPUnit\Framework\MockObject\InvocationMocker.