kahlan\cli\Kahlan::_run PHP Метод

_run() защищенный Метод

The default 'run' filter.
protected _run ( )
    protected function _run()
    {
        return Filter::on($this, 'run', [], function ($chain) {
            $this->suite()->run(['reporters' => $this->reporters(), 'autoclear' => $this->commandLine()->get('autoclear'), 'ff' => $this->commandLine()->get('ff')]);
        });
    }