BulkOperationsCheck
final class BulkOperationsCheck implements CheckInterface
Tests bulk operations: putMany() and many().
Basic operations are mode-agnostic, but tag hash verification is any mode specific.
Methods
string
name()
Get the human-readable name of this check.
Details
at line 17
string
name()
Get the human-readable name of this check.
at line 22
CheckResult
run(DoctorContext $context)
Run the check and return results.