Lggr
|
Public Member Functions | |
__construct ($requiredInvocations) | |
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\InvokedAtLeastCount::__construct | ( | $requiredInvocations | ) |
int | $requiredInvocations |
PHPUnit\Framework\MockObject\Matcher\InvokedAtLeastCount::toString | ( | ) |
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Matcher\InvokedAtLeastCount::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.