ExpirationCheck
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.
Details
at line 22
void
setOutput(OutputInterface $output)
No description
at line 27
string
name()
Get the human-readable name of this check.
at line 32
CheckResult
run(DoctorContext $context)
Run the check and return results.