Lggr
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Stub Interface Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Stub:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\MockObject\Stub:
Collaboration graph
[legend]

Public Member Functions

 invoke (Invocation $invocation)
 
- Public Member Functions inherited from PHPUnit\Framework\SelfDescribing
 toString ()
 

Detailed Description

An object that stubs the process of a normal method for a mock object.

The stub object will replace the code for the stubbed method and return a specific value instead of the original value.

Member Function Documentation

◆ invoke()

PHPUnit\Framework\MockObject\Stub::invoke ( Invocation  $invocation)

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