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

Breadcrumb

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

function InvocationOrder::matches

5 methods override InvocationOrder::matches()
AnyInvokedCount::matches in vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php
InvokedAtLeastCount::matches in vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php
InvokedAtLeastOnce::matches in vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php
InvokedAtMostCount::matches in vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php
InvokedCount::matches in vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php

File

vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php, line 45

Class

InvocationOrder
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\Framework\MockObject\Rule

Code

public abstract function matches(BaseInvocation $invocation) : bool;

API Navigation

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