Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ParametersRule.php

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\Rule
View 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal