|
Lggr
|


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) | |
Builder interface for matcher of method names.
| PHPUnit\Framework\MockObject\Builder\MethodNameMatch::method | ( | $name | ) |
Adds a new method name match and returns the parameter match object for further matching possibilities.
| \PHPUnit\Framework\Constraint\Constraint | $name | Constraint for matching method, if a string is passed it will use the PHPUnit_Framework_Constraint_IsEqual |
Implemented in PHPUnit\Framework\MockObject\Builder\InvocationMocker.
1.8.17