Lggr
|
Public Member Functions | |
toString () | |
verify () | |
![]() | |
getInvocationCount () | |
getInvocations () | |
hasBeenInvoked () | |
invoked (BaseInvocation $invocation) | |
matches (BaseInvocation $invocation) | |
Invocation matcher which checks if a method has been invoked zero or more times. This matcher will always match.
PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount::toString | ( | ) |
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Matcher\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.