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

Public Member Functions

 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 invocation order matches.

Member Function Documentation

◆ after()

PHPUnit\Framework\MockObject\Builder\Match::after (   $id)

Defines the expectation which must occur before the current is valid.

Parameters
string$idThe identification of the expectation that should occur before this one.
Returns
Stub

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


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