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

Public Member Functions

 id ($id)
 

Detailed Description

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().

Member Function Documentation

◆ id()

PHPUnit\Framework\MockObject\Builder\Identity::id (   $id)

Sets the identification of the expectation to $id.

Note
The identifier is unique per mock object.
Parameters
string$idUnique identification of expectation.

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


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