7 methods override PHPUnit_Framework_MockObject_Verifiable::verify()

PHPUnit_Framework_MockObject_InvocationMocker::verify in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php
PHPUnit_Framework_MockObject_Matcher::verify in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::verify in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/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 drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/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_InvokedAtLeastOnce::verify in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/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_InvokedCount::verify in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/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 drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/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.