Lggr
|
Public Member Functions | |
method ($name) | |
![]() | |
with (... $arguments) | |
withAnyParameters () | |
![]() | |
after ($id) | |
![]() | |
will (BaseStub $stub) | |
![]() | |
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.