interface ParametersRule
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Framework\MockObject\Rule\ParametersRule
Expanded class hierarchy of ParametersRule
All classes that implement ParametersRule
1 file declares its use of ParametersRule
- Matcher.php in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Matcher.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ ParametersRule.php, line 18
Namespace
PHPUnit\Framework\MockObject\RuleView source
interface ParametersRule {
/**
* @throws ExpectationFailedException if the invocation violates the rule
*/
public function apply(BaseInvocation $invocation) : void;
public function verify() : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ParametersRule::apply | public | function | 2 | |
ParametersRule::verify | public | function | 2 |