NyanCat\PHPUnit\ResultPrinter::writeProgress PHP Метод

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

protected writeProgress ( $progress )
    protected function writeProgress($progress)
    {
        if ($this->debug) {
            return parent::writeProgress($progress);
        }
        $this->scoreboard->score($progress);
    }