AddOperationsCheck
final class AddOperationsCheck implements CheckInterface
Tests add() operation (only stores if key doesn't exist).
Basic add() is mode-agnostic, but retrieval and tag structure verification differs between modes.
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.