Lggr
|
Public Member Functions | |
id ($id) | |
Builder interface for unique identifiers.
Defines the interface for recording unique identifiers. The identifiers can be used to define the invocation order of expectations. The expectation is recorded using id() and then defined in order using PHPUnit\Framework\MockObject\Builder\Match::after().
PHPUnit\Framework\MockObject\Builder\Identity::id | ( | $id | ) |
Sets the identification of the expectation to $id.
string | $id | Unique identification of expectation. |
Implemented in PHPUnit\Framework\MockObject\Builder\InvocationMocker.