Lggr
|
Public Member Functions | |
__construct (array $parameters) | |
toString () | |
matches (BaseInvocation $invocation) | |
verify () | |
![]() | |
invoked (BaseInvocation $invocation) | |
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().
PHPUnit\Framework\MockObject\Matcher\Parameters::__construct | ( | array | $parameters | ) |
array | $parameters |
PHPUnit\Framework\MockObject\Matcher\Parameters::matches | ( | BaseInvocation | $invocation | ) |
BaseInvocation | $invocation |
Implements PHPUnit\Framework\MockObject\Matcher\Invocation.
PHPUnit\Framework\MockObject\Matcher\Parameters::toString | ( | ) |
Implements PHPUnit\Framework\SelfDescribing.
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.
ExpectationFailedException |
Reimplemented from PHPUnit\Framework\MockObject\Matcher\StatelessInvocation.