createResult(CheckResult::INFO, $findings); } /** * {@inheritdoc} */ public function help() { return []; } /** * {@inheritdoc} */ public function getMessage($result_const) { return 'The test ran.'; } }