PHPUnit_Framework_MockObject_Verifiable
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
at line 24
verify()
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.