Property | Type | Description | |
---|---|---|---|
$checks | array | List of checks registered in the runner and executed by the runner. | |
$reporter | pchReported | Reporter used to report issues found by the checks. |
Method | Description | |
---|---|---|
__construct ( ) : void | Constructor for pchRunner | |
register ( pchCheck $check ) : void | Register a check | |
run ( pchRepository $repository ) : void | Run all checks and report them | |
setReporter ( pchReporter $reporter ) : void | Set reporter |
public __construct ( ) : void | ||
return | void |
public setReporter ( pchReporter $reporter ) : void | ||
$reporter | pchReporter | |
return | void |
protected array $checks | ||
return | array |