Lggr
|
Public Member Functions | |
expects (Invocation $matcher) | |
__phpunit_setOriginalObject ($originalObject) | |
__phpunit_getInvocationMocker () | |
__phpunit_verify () | |
__phpunit_hasMatchers () | |
Interface for all mock objects which are generated by MockBuilder.
@method InvocationMocker method($constraint)
PHPUnit_Framework_MockObject_MockObject::__phpunit_getInvocationMocker | ( | ) |
PHPUnit_Framework_MockObject_MockObject::__phpunit_hasMatchers | ( | ) |
PHPUnit_Framework_MockObject_MockObject::__phpunit_setOriginalObject | ( | $originalObject | ) |
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.
ExpectationFailedException |
PHPUnit_Framework_MockObject_MockObject::expects | ( | Invocation | $matcher | ) |
Registers a new expectation in the mock object and returns the match object which can be infused with further details.
Invocation | $matcher |