Lggr
Public Member Functions | List of all members
PHPUnit_Framework_MockObject_MockObject Interface Reference
Inheritance diagram for PHPUnit_Framework_MockObject_MockObject:
Inheritance graph
[legend]

Public Member Functions

 expects (Invocation $matcher)
 
 __phpunit_setOriginalObject ($originalObject)
 
 __phpunit_getInvocationMocker ()
 
 __phpunit_verify ()
 
 __phpunit_hasMatchers ()
 

Detailed Description

Interface for all mock objects which are generated by MockBuilder.

@method InvocationMocker method($constraint)

Member Function Documentation

◆ __phpunit_getInvocationMocker()

PHPUnit_Framework_MockObject_MockObject::__phpunit_getInvocationMocker ( )
Returns
InvocationMocker

◆ __phpunit_hasMatchers()

PHPUnit_Framework_MockObject_MockObject::__phpunit_hasMatchers ( )
Returns
bool

◆ __phpunit_setOriginalObject()

PHPUnit_Framework_MockObject_MockObject::__phpunit_setOriginalObject (   $originalObject)
Returns
InvocationMocker

◆ __phpunit_verify()

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.

Exceptions
ExpectationFailedException

◆ expects()

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.

Parameters
Invocation$matcher
Returns
InvocationMocker

The documentation for this interface was generated from the following file: