IncrementDecrementCheck
final class IncrementDecrementCheck implements CheckInterface
Tests increment and decrement operations with and without tags.
Basic increment/decrement is mode-agnostic, but hash field TTL verification is any mode specific.
Methods
string
name()
Get the human-readable name of this check.
Details
at line 18
string
name()
Get the human-readable name of this check.
at line 23
CheckResult
run(DoctorContext $context)
Run the check and return results.