Public Member Functions | |
toString () | |
verify () | |
matches (BaseInvocation $invocation) | |
![]() | |
getInvocationCount () | |
hasBeenInvoked () | |
invoked (BaseInvocation $invocation) | |
Protected Member Functions | |
invokedDo (BaseInvocation $invocation) | |
|
protected |
Reimplemented from PHPUnit\Framework\MockObject\Rule\InvocationOrder.
PHPUnit\Framework\MockObject\Rule\AnyInvokedCount::matches | ( | BaseInvocation | $invocation | ) |
Reimplemented from PHPUnit\Framework\MockObject\Rule\InvocationOrder.
PHPUnit\Framework\MockObject\Rule\AnyInvokedCount::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Rule\AnyInvokedCount::verify | ( | ) |
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
ExpectationFailedException |
Implements PHPUnit\Framework\MockObject\Verifiable.