Lggr
|
Public Member Functions | |
getInvocationCount () | |
getInvocations () | |
hasBeenInvoked () | |
invoked (BaseInvocation $invocation) | |
matches (BaseInvocation $invocation) | |
![]() | |
toString () | |
![]() | |
verify () | |
Records invocations and provides convenience methods for checking them later on. This abstract class can be implemented by matchers which needs to check the number of times an invocation has occurred.
PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::getInvocationCount | ( | ) |
PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::getInvocations | ( | ) |
PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::hasBeenInvoked | ( | ) |
PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::invoked | ( | BaseInvocation | $invocation | ) |
BaseInvocation | $invocation |
Implements PHPUnit\Framework\MockObject\Matcher\Invocation.
Reimplemented in PHPUnit\Framework\MockObject\Matcher\InvokedCount.
PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::matches | ( | BaseInvocation | $invocation | ) |
BaseInvocation | $invocation |
Implements PHPUnit\Framework\MockObject\Matcher\Invocation.