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

Public Member Functions

 __construct ($expectedCount)
 
 isNever ()
 
 toString ()
 
 invoked (BaseInvocation $invocation)
 
 verify ()
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Matcher\InvokedRecorder
 getInvocationCount ()
 
 getInvocations ()
 
 hasBeenInvoked ()
 
 matches (BaseInvocation $invocation)
 

Detailed Description

Invocation matcher which checks if a method has been invoked a certain amount of times. If the number of invocations exceeds the value it will immediately throw an exception, If the number is less it will later be checked in verify() and also throw an exception.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\Matcher\InvokedCount::__construct (   $expectedCount)
Parameters
int$expectedCount

Member Function Documentation

◆ invoked()

PHPUnit\Framework\MockObject\Matcher\InvokedCount::invoked ( BaseInvocation  $invocation)
Parameters
BaseInvocation$invocation
Exceptions
ExpectationFailedException

Reimplemented from PHPUnit\Framework\MockObject\Matcher\InvokedRecorder.

◆ isNever()

PHPUnit\Framework\MockObject\Matcher\InvokedCount::isNever ( )
Returns
bool

◆ toString()

PHPUnit\Framework\MockObject\Matcher\InvokedCount::toString ( )
Returns
string

Implements PHPUnit\Framework\SelfDescribing.

◆ verify()

PHPUnit\Framework\MockObject\Matcher\InvokedCount::verify ( )

Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.

Exceptions
ExpectationFailedException

Implements PHPUnit\Framework\MockObject\Verifiable.


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