final class ExpirationCheck implements CheckInterface

Tests TTL expiration behavior.

Basic expiration is mode-agnostic, but hash field cleanup verification is any mode specific.

Methods

void
setOutput(OutputInterface $output)

No description

string
name()

Get the human-readable name of this check.

run(DoctorContext $context)

Run the check and return results.

Details

at line 22
void setOutput(OutputInterface $output)

No description

Parameters

OutputInterface $output

Return Value

void

at line 27
string name()

Get the human-readable name of this check.

Return Value

string

at line 32
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult