final class MethodName (View source)

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

Methods

__construct(Constraint|string $constraint)

No description

string
toString()

No description

bool
matches(Invocation $invocation)

No description

bool
matchesName(string $methodName)

No description

Details

__construct(Constraint|string $constraint)

No description

Parameters

Constraint|string $constraint

Exceptions

InvalidArgumentException

string toString()

No description

Return Value

string

bool matches(Invocation $invocation)

No description

Parameters

Invocation $invocation

Return Value

bool

Exceptions

ExpectationFailedException

bool matchesName(string $methodName)

No description

Parameters

string $methodName

Return Value

bool

Exceptions

ExpectationFailedException