UnorderedParameterSets
final class UnorderedParameterSets implements ParametersRule (View source)
Methods
__construct(array $stack)
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 $stack)
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.