file-fetcher
All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Protected Member Functions | List of all members
PHPUnit\Framework\MockObject\Rule\AnyInvokedCount Class Reference
Inheritance diagram for PHPUnit\Framework\MockObject\Rule\AnyInvokedCount:
PHPUnit\Framework\MockObject\Rule\InvocationOrder PHPUnit\Framework\SelfDescribing PHPUnit\Framework\MockObject\Verifiable

Public Member Functions

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

Protected Member Functions

 invokedDo (BaseInvocation $invocation)
 

Member Function Documentation

◆ invokedDo()

PHPUnit\Framework\MockObject\Rule\AnyInvokedCount::invokedDo ( BaseInvocation  $invocation)
protected

◆ matches()

PHPUnit\Framework\MockObject\Rule\AnyInvokedCount::matches ( BaseInvocation  $invocation)

◆ toString()

PHPUnit\Framework\MockObject\Rule\AnyInvokedCount::toString ( )

Returns a string representation of the object.

Implements PHPUnit\Framework\SelfDescribing.

◆ verify()

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