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

Public Member Functions

 toString ()
 
 matches (BaseInvocation $invocation)
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Matcher\StatelessInvocation
 invoked (BaseInvocation $invocation)
 
 verify ()
 

Detailed Description

Invocation matcher which allows any parameters to a method.

Member Function Documentation

◆ matches()

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

Implements PHPUnit\Framework\MockObject\Matcher\Invocation.

◆ toString()

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

Implements PHPUnit\Framework\SelfDescribing.


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