Lggr
|
Public Member Functions | |
after ($id) | |
![]() | |
will (BaseStub $stub) | |
![]() | |
id ($id) | |
Builder interface for invocation order matches.
PHPUnit\Framework\MockObject\Builder\Match::after | ( | $id | ) |
Defines the expectation which must occur before the current is valid.
string | $id | The identification of the expectation that should occur before this one. |
Implemented in PHPUnit\Framework\MockObject\Builder\InvocationMocker.