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

Public Member Functions

 getInvocationCount ()
 
 getInvocations ()
 
 hasBeenInvoked ()
 
 invoked (BaseInvocation $invocation)
 
 matches (BaseInvocation $invocation)
 
- Public Member Functions inherited from PHPUnit\Framework\SelfDescribing
 toString ()
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Verifiable
 verify ()
 

Detailed Description

Records invocations and provides convenience methods for checking them later on. This abstract class can be implemented by matchers which needs to check the number of times an invocation has occurred.

Member Function Documentation

◆ getInvocationCount()

PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::getInvocationCount ( )
Returns
int

◆ getInvocations()

PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::getInvocations ( )
Returns
BaseInvocation[]

◆ hasBeenInvoked()

PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::hasBeenInvoked ( )
Returns
bool

◆ invoked()

PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::invoked ( BaseInvocation  $invocation)
Parameters
BaseInvocation$invocation

Implements PHPUnit\Framework\MockObject\Matcher\Invocation.

Reimplemented in PHPUnit\Framework\MockObject\Matcher\InvokedCount.

◆ matches()

PHPUnit\Framework\MockObject\Matcher\InvokedRecorder::matches ( BaseInvocation  $invocation)
Parameters
BaseInvocation$invocation
Returns
bool

Implements PHPUnit\Framework\MockObject\Matcher\Invocation.


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