file-fetcher
Public Member Functions | List of all members
PHPUnit\Framework\MockObject\Matcher Class Reference

Public Member Functions

 __construct (InvocationOrder $rule)
 
 hasMatchers ()
 
 hasMethodNameRule ()
 
 getMethodNameRule ()
 
 setMethodNameRule (MethodName $rule)
 
 hasParametersRule ()
 
 setParametersRule (ParametersRule $rule)
 
 setStub (Stub $stub)
 
 setAfterMatchBuilderId (string $id)
 
 invoked (Invocation $invocation)
 
 matches (Invocation $invocation)
 
 verify ()
 
 toString ()
 

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Framework\MockObject\Matcher::__construct ( InvocationOrder  $rule)

Member Function Documentation

◆ getMethodNameRule()

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

◆ hasMatchers()

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

◆ hasMethodNameRule()

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

◆ hasParametersRule()

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

◆ invoked()

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

◆ matches()

PHPUnit\Framework\MockObject\Matcher::matches ( Invocation  $invocation)

◆ setAfterMatchBuilderId()

PHPUnit\Framework\MockObject\Matcher::setAfterMatchBuilderId ( string  $id)

◆ setMethodNameRule()

PHPUnit\Framework\MockObject\Matcher::setMethodNameRule ( MethodName  $rule)

◆ setParametersRule()

PHPUnit\Framework\MockObject\Matcher::setParametersRule ( ParametersRule  $rule)

◆ setStub()

PHPUnit\Framework\MockObject\Matcher::setStub ( Stub  $stub)

◆ toString()

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

◆ verify()

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

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