Parameters
final class Parameters implements ParametersRule (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
__construct(array $parameters)
No description
void
void
verify()
Checks if the invocation $invocation matches the current rules. If it does the rule will get the invoked() method called which should check if an expectation is met.
Details
__construct(array $parameters)
No description
void
apply(Invocation $invocation)
No description
void
verify()
Checks if the invocation $invocation matches the current rules. If it does the rule will get the invoked() method called which should check if an expectation is met.