Lggr
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Matcher\Parameters Class Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Matcher\Parameters:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\MockObject\Matcher\Parameters:
Collaboration graph
[legend]

Public Member Functions

 __construct (array $parameters)
 
 toString ()
 
 matches (BaseInvocation $invocation)
 
 verify ()
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Matcher\StatelessInvocation
 invoked (BaseInvocation $invocation)
 

Detailed Description

Invocation matcher which looks for specific parameters in the invocations.

Checks the parameters of all incoming invocations, the parameter list is checked against the defined constraints in $parameters. If the constraint is met it will return true in matches().

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\Matcher\Parameters::__construct ( array  $parameters)
Parameters
array$parameters
Exceptions

Member Function Documentation

◆ matches()

PHPUnit\Framework\MockObject\Matcher\Parameters::matches ( BaseInvocation  $invocation)
Parameters
BaseInvocation$invocation
Returns
bool
Exceptions

Implements PHPUnit\Framework\MockObject\Matcher\Invocation.

◆ toString()

PHPUnit\Framework\MockObject\Matcher\Parameters::toString ( )
Returns
string

Implements PHPUnit\Framework\SelfDescribing.

◆ verify()

PHPUnit\Framework\MockObject\Matcher\Parameters::verify ( )

Checks if the invocation $invocation matches the current rules. If it does the matcher will get the invoked() method called which should check if an expectation is met.

Returns
bool
Exceptions
ExpectationFailedException

Reimplemented from PHPUnit\Framework\MockObject\Matcher\StatelessInvocation.


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