removeCheck() public method

Remove a check from the list causing it to be skipped.
public removeCheck ( string $check )
$check string
 protected function getCleanChecker()
 {
     $config = new Standard(TEST_ROOT);
     $check = new LowlevelChecks($config);
     $check->removeCheck('cache');
     $check->configChecks = [];
     return $check;
 }