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

Public Member Functions

 __construct (MatcherInvocation $invocationMatcher)
 
 hasMatchers ()
 
 hasMethodNameMatcher ()
 
 getMethodNameMatcher ()
 
 setMethodNameMatcher (MethodName $matcher)
 
 hasParametersMatcher ()
 
 getParametersMatcher ()
 
 setParametersMatcher ($matcher)
 
 setStub ($stub)
 
 setAfterMatchBuilderId ($id)
 
 invoked (Invocation $invocation)
 
 matches (Invocation $invocation)
 
 verify ()
 
 toString ()
 
- Public Member Functions inherited from PHPUnit\Framework\MockObject\Matcher\Invocation
 invoked (BaseInvocation $invocation)
 
 matches (BaseInvocation $invocation)
 

Detailed Description

Main matcher which defines a full expectation using method, parameter and invocation matchers. This matcher encapsulates all the other matchers and allows the builder to set the specific matchers when the appropriate methods are called (once(), where() etc.).

All properties are public so that they can easily be accessed by the builder.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\Matcher::__construct ( MatcherInvocation  $invocationMatcher)
Parameters
MatcherInvocation$invocationMatcher

Member Function Documentation

◆ invoked()

PHPUnit\Framework\MockObject\Matcher::invoked ( Invocation  $invocation)
Parameters
Invocation$invocation
Returns
mixed
Exceptions

◆ matches()

PHPUnit\Framework\MockObject\Matcher::matches ( Invocation  $invocation)
Parameters
Invocation$invocation
Returns
bool
Exceptions
RuntimeException
ExpectationFailedException

◆ toString()

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

Implements PHPUnit\Framework\SelfDescribing.

◆ verify()

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

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