PHPUnit_Framework_MockObject_Verifiable
in
Interface for classes which must verify a given expectation.
Tags
Table of Contents
- verify() : mixed
- Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
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.
public
verify() : mixed