Lggr
|
Public Member Functions | |
__construct ($sequenceIndex) | |
toString () | |
matches (BaseInvocation $invocation) | |
invoked (BaseInvocation $invocation) | |
verify () | |
Invocation matcher which checks if a method was invoked at a certain index.
If the expected index number does not match the current invocation index it will not match which means it skips all method and parameter matching. Only once the index is reached will the method and parameter start matching and verifying.
If the index is never reached it will throw an exception in index.
PHPUnit\Framework\MockObject\Matcher\InvokedAtIndex::__construct | ( | $sequenceIndex | ) |
int | $sequenceIndex |
PHPUnit\Framework\MockObject\Matcher\InvokedAtIndex::invoked | ( | BaseInvocation | $invocation | ) |
BaseInvocation | $invocation |
Implements PHPUnit\Framework\MockObject\Matcher\Invocation.
PHPUnit\Framework\MockObject\Matcher\InvokedAtIndex::matches | ( | BaseInvocation | $invocation | ) |
BaseInvocation | $invocation |
Implements PHPUnit\Framework\MockObject\Matcher\Invocation.
PHPUnit\Framework\MockObject\Matcher\InvokedAtIndex::toString | ( | ) |
Implements PHPUnit\Framework\SelfDescribing.
PHPUnit\Framework\MockObject\Matcher\InvokedAtIndex::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.