Lggr
|
Public Member Functions | |
__construct ($constraint) | |
toString () | |
matches (BaseInvocation $invocation) | |
![]() | |
invoked (BaseInvocation $invocation) | |
verify () | |
Invocation matcher which looks for a specific method name in the invocations.
Checks the method name all incoming invocations, the name is checked against the defined constraint $constraint. If the constraint is met it will return true in matches().
PHPUnit\Framework\MockObject\Matcher\MethodName::__construct | ( | $constraint | ) |
Constraint|string |
Constraint | |
PHPUnit\Framework\MockObject\Matcher\MethodName::matches | ( | BaseInvocation | $invocation | ) |
BaseInvocation | $invocation |
Implements PHPUnit\Framework\MockObject\Matcher\Invocation.
PHPUnit\Framework\MockObject\Matcher\MethodName::toString | ( | ) |
Implements PHPUnit\Framework\SelfDescribing.