CheckInterface
interface CheckInterface
Interface for functional Doctor checks.
Functional checks test actual cache operations and require a fully initialized DoctorContext with cache, store, and Redis connection.
Methods
string
name()
Get the human-readable name of this check.
Details
at line 21
string
name()
Get the human-readable name of this check.
at line 26
CheckResult
run(DoctorContext $context)
Run the check and return results.