Lggr
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Builder\MethodNameMatch Interface Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Builder\MethodNameMatch:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\MockObject\Builder\MethodNameMatch:
Collaboration graph
[legend]

Public Member Functions

 method ($name)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Builder\ParametersMatch
 with (... $arguments)
 
 withAnyParameters ()
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Builder\Match
 after ($id)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Builder\Stub
 will (BaseStub $stub)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Builder\Identity
 id ($id)
 

Detailed Description

Builder interface for matcher of method names.

Member Function Documentation

◆ method()

PHPUnit\Framework\MockObject\Builder\MethodNameMatch::method (   $name)

Adds a new method name match and returns the parameter match object for further matching possibilities.

Parameters
\PHPUnit\Framework\Constraint\Constraint$nameConstraint for matching method, if a string is passed it will use the PHPUnit_Framework_Constraint_IsEqual
Returns
ParametersMatch

Implemented in PHPUnit\Framework\MockObject\Builder\InvocationMocker.


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