You are here

public function PHPUnit_Framework_MockObject_MockObject::__phpunit_verify in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php \PHPUnit_Framework_MockObject_MockObject::__phpunit_verify()

Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.

Throws

PHPUnit_Framework_ExpectationFailedException

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php, line 46

Class

PHPUnit_Framework_MockObject_MockObject
Interface for all mock objects which are generated by PHPUnit_Framework_MockObject_MockBuilder.

Code

public function __phpunit_verify();