Lggr
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Matcher\MethodName Class Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Matcher\MethodName:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\MockObject\Matcher\MethodName:
Collaboration graph
[legend]

Public Member Functions

 __construct ($constraint)
 
 toString ()
 
 matches (BaseInvocation $invocation)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Matcher\StatelessInvocation
 invoked (BaseInvocation $invocation)
 
 verify ()
 

Detailed Description

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().

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\Matcher\MethodName::__construct (   $constraint)
Parameters
Constraint|string
Exceptions
Constraint

Member Function Documentation

◆ matches()

PHPUnit\Framework\MockObject\Matcher\MethodName::matches ( BaseInvocation  $invocation)
Parameters
BaseInvocation$invocation
Returns
bool

Implements PHPUnit\Framework\MockObject\Matcher\Invocation.

◆ toString()

PHPUnit\Framework\MockObject\Matcher\MethodName::toString ( )
Returns
string

Implements PHPUnit\Framework\SelfDescribing.


The documentation for this class was generated from the following file: