final class IndexedParameters implements ParametersRule (View source)

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

Methods

__construct(array $parameters, int $index, bool $strict)

No description

void
apply(Invocation $invocation)

No description

void
verify()

Checks if the invocation $invocation matches the current rules on underlying parameters.

void
useAssertionCount(bool $useAssertionCount)

No description

int
at()

No description

bool
isStrict()

No description

Details

__construct(array $parameters, int $index, bool $strict)

No description

Parameters

array $parameters
int $index
bool $strict

Exceptions

Exception

void apply(Invocation $invocation)

No description

Parameters

Invocation $invocation

Return Value

void

Exceptions

Exception

void verify()

Checks if the invocation $invocation matches the current rules on underlying parameters.

Return Value

void

Exceptions

ExpectationFailedException

void useAssertionCount(bool $useAssertionCount)

No description

Parameters

bool $useAssertionCount

Return Value

void

int at()

No description

Return Value

int

bool isStrict()

No description

Return Value

bool