Lggr
|
Public Member Functions | |
__construct ($expectedCount) | |
isNever () | |
toString () | |
invoked (BaseInvocation $invocation) | |
verify () | |
![]() | |
getInvocationCount () | |
getInvocations () | |
hasBeenInvoked () | |
matches (BaseInvocation $invocation) | |
Invocation matcher which checks if a method has been invoked a certain amount of times. If the number of invocations exceeds the value it will immediately throw an exception, If the number is less it will later be checked in verify() and also throw an exception.
PHPUnit\Framework\MockObject\Matcher\InvokedCount::__construct | ( | $expectedCount | ) |
int | $expectedCount |
PHPUnit\Framework\MockObject\Matcher\InvokedCount::invoked | ( | BaseInvocation | $invocation | ) |
BaseInvocation | $invocation |
ExpectationFailedException |
Reimplemented from PHPUnit\Framework\MockObject\Matcher\InvokedRecorder.
PHPUnit\Framework\MockObject\Matcher\InvokedCount::isNever | ( | ) |
PHPUnit\Framework\MockObject\Matcher\InvokedCount::toString | ( | ) |
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Matcher\InvokedCount::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.