Lggr
|
Public Member Functions | |
__construct (array $configurableMethods) | |
addMatcher (MatcherInvocation $matcher) | |
hasMatchers () | |
lookupId ($id) | |
registerId ($id, Match $builder) | |
expects (MatcherInvocation $matcher) | |
invoke (Invocation $invocation) | |
matches (Invocation $invocation) | |
verify () | |
![]() | |
addMatcher (Invocation $matcher) | |
Mocker for invocations which are sent from MockObject objects.
Keeps track of all expectations and stubs as well as registering identifications for builders.
PHPUnit\Framework\MockObject\InvocationMocker::__construct | ( | array | $configurableMethods | ) |
array | $configurableMethods |
PHPUnit\Framework\MockObject\InvocationMocker::addMatcher | ( | MatcherInvocation | $matcher | ) |
MatcherInvocation | $matcher |
PHPUnit\Framework\MockObject\InvocationMocker::expects | ( | MatcherInvocation | $matcher | ) |
MatcherInvocation | $matcher |
PHPUnit\Framework\MockObject\InvocationMocker::invoke | ( | Invocation | $invocation | ) |
Invocation | $invocation |
Exception |
Implements PHPUnit\Framework\MockObject\Invokable.
PHPUnit\Framework\MockObject\InvocationMocker::lookupId | ( | $id | ) |
mixed | $id |
Implements PHPUnit\Framework\MockObject\Builder\NamespaceMatch.
PHPUnit\Framework\MockObject\InvocationMocker::matches | ( | Invocation | $invocation | ) |
PHPUnit\Framework\MockObject\InvocationMocker::registerId | ( | $id, | |
Match | $builder | ||
) |
mixed | $id | |
Match | $builder |
RuntimeException |
Implements PHPUnit\Framework\MockObject\Builder\NamespaceMatch.
PHPUnit\Framework\MockObject\InvocationMocker::verify | ( | ) |