PHPUnit_Framework_MockObject_Matcher
class PHPUnit_Framework_MockObject_Matcher implements PHPUnit_Framework_MockObject_Matcher_Invocation (View source)
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.
Properties
PHPUnit_Framework_MockObject_Matcher_Invocation | $invocationMatcher | ||
mixed | $afterMatchBuilderId | ||
bool | $afterMatchBuilderIsInvoked | ||
PHPUnit_Framework_MockObject_Matcher_MethodName | $methodNameMatcher | ||
PHPUnit_Framework_MockObject_Matcher_Parameters | $parametersMatcher | ||
PHPUnit_Framework_MockObject_Stub | $stub |