You are here

9 methods override PHPUnit_Framework_MockObject_Verifiable::verify() in Zircon Profile 8

PHPUnit_Framework_MockObject_InvocationMocker::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php
PHPUnit_Framework_MockObject_Matcher::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/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.
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/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.
PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/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.
PHPUnit_Framework_MockObject_Matcher_InvokedCount::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/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.
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation::verify in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php
Checks if the invocation $invocation matches the current rules. If it does the matcher will get the invoked() method called which should check if an expectation is met.