Lggr
|
Public Member Functions | |
addMatcher (Invocation $matcher) | |
Stubs a method by returning a user-defined value.
PHPUnit\Framework\MockObject\Stub\MatcherCollection::addMatcher | ( | Invocation | $matcher | ) |
Adds a new matcher to the collection which can be used as an expectation or a stub.
Invocation | $matcher | Matcher for invocations to mock objects |