final class Matcher (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(InvocationOrder $rule)

No description

bool
hasMatchers()

No description

bool
hasMethodNameRule()

No description

methodNameRule()

No description

void
setMethodNameRule(MethodName $rule)

No description

bool
hasParametersRule()

No description

void
setParametersRule(ParametersRule $rule)

No description

void
setStub(Stub $stub)

No description

void
setAfterMatchBuilderId(string $id)

No description

mixed
invoked(Invocation $invocation)

No description

bool
matches(Invocation $invocation)

No description

void
verify()

No description

Details

__construct(InvocationOrder $rule)

No description

Parameters

InvocationOrder $rule

bool hasMatchers()

No description

Return Value

bool

bool hasMethodNameRule()

No description

Return Value

bool

MethodName methodNameRule()

No description

Return Value

MethodName

void setMethodNameRule(MethodName $rule)

No description

Parameters

MethodName $rule

Return Value

void

bool hasParametersRule()

No description

Return Value

bool

void setParametersRule(ParametersRule $rule)

No description

Parameters

ParametersRule $rule

Return Value

void

void setStub(Stub $stub)

No description

Parameters

Stub $stub

Return Value

void

void setAfterMatchBuilderId(string $id)

No description

Parameters

string $id

Return Value

void

mixed invoked(Invocation $invocation)

bool matches(Invocation $invocation)

void verify()

No description