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

Public Member Functions

 invoke (Invocation $invocation)
 
 matches (Invocation $invocation)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Verifiable
 verify ()
 

Detailed Description

Interface for classes which can be invoked.

The invocation will be taken from a mock object and passed to an object of this class.

Member Function Documentation

◆ invoke()

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

Invokes the invocation object $invocation so that it can be checked for expectations or matched against stubs.

Parameters
Invocation$invocationThe invocation object passed from mock object
Returns
object

Implemented in PHPUnit\Framework\MockObject\InvocationMocker.

◆ matches()

PHPUnit\Framework\MockObject\Invokable::matches ( Invocation  $invocation)

Checks if the invocation matches.

Parameters
Invocation$invocationThe invocation object passed from mock object
Returns
bool

Implemented in PHPUnit\Framework\MockObject\InvocationMocker.


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