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

Public Member Functions

 will (BaseStub $stub)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Builder\Identity
 id ($id)
 

Detailed Description

Builder interface for stubs which are actions replacing an invocation.

Member Function Documentation

◆ will()

PHPUnit\Framework\MockObject\Builder\Stub::will ( BaseStub  $stub)

Stubs the matching method with the stub object $stub. Any invocations of the matched method will now be handled by the stub instead.

Parameters
BaseStub$stub
Returns
Identity

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