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\RuleCode
public abstract function matches(BaseInvocation $invocation) : bool;