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

Public Member Functions

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

Detailed Description

Invocation matcher which checks if a method has been invoked at least N times.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\Matcher\InvokedAtMostCount::__construct (   $allowedInvocations)
Parameters
int$allowedInvocations

Member Function Documentation

◆ toString()

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

Implements PHPUnit\Framework\SelfDescribing.

◆ verify()

PHPUnit\Framework\MockObject\Matcher\InvokedAtMostCount::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: