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

Public Member Functions

 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 zero or more times. This matcher will always match.

Member Function Documentation

◆ toString()

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

Implements PHPUnit\Framework\SelfDescribing.

◆ verify()

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