file-fetcher
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\MockObject Interface Reference
Inheritance diagram for PHPUnit\Framework\MockObject\MockObject:
PHPUnit\Framework\MockObject\Stub\Stub PHPUnit\Framework\SelfDescribing

Detailed Description

@method BuilderInvocationMocker method($constraint)

Public Member Functions

 __phpunit_setOriginalObject ($originalObject)
 
 __phpunit_verify (bool $unsetInvocationMocker=true)
 
 expects (InvocationOrder $invocationRule)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Stub\Stub
 invoke (Invocation $invocation)
 
- Public Member Functions inherited from PHPUnit\Framework\SelfDescribing
 toString ()
 

Member Function Documentation

◆ __phpunit_setOriginalObject()

PHPUnit\Framework\MockObject\MockObject::__phpunit_setOriginalObject (   $originalObject)

◆ __phpunit_verify()

PHPUnit\Framework\MockObject\MockObject::__phpunit_verify ( bool  $unsetInvocationMocker = true)

◆ expects()

PHPUnit\Framework\MockObject\MockObject::expects ( InvocationOrder  $invocationRule)

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