interface PHPUnit_Framework_MockObject_Verifiable (View source)

Interface for classes which must verify a given expectation.

Methods

verify()

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

Details

verify()

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

Exceptions

ExpectationFailedException