function InvocationOrder::verify
5 methods override InvocationOrder::verify()
- AnyInvokedCount::verify in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ AnyInvokedCount.php - InvokedAtLeastCount::verify in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ InvokedAtLeastCount.php - Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
- InvokedAtLeastOnce::verify in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ InvokedAtLeastOnce.php - Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
- InvokedAtMostCount::verify in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ InvokedAtMostCount.php - Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
- InvokedCount::verify in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ InvokedCount.php - Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Runtime/ Rule/ InvocationOrder.php, line 47
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 verify() : void;