Lggr
|
Public Member Functions | |
__construct ($allowedInvocations) | |
toString () | |
verify () | |
![]() | |
getInvocationCount () | |
getInvocations () | |
hasBeenInvoked () | |
invoked (BaseInvocation $invocation) | |
matches (BaseInvocation $invocation) | |
Invocation matcher which checks if a method has been invoked at least N times.
PHPUnit\Framework\MockObject\Matcher\InvokedAtMostCount::__construct | ( | $allowedInvocations | ) |
int | $allowedInvocations |
PHPUnit\Framework\MockObject\Matcher\InvokedAtMostCount::toString | ( | ) |
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Matcher\InvokedAtMostCount::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.