NyanCat\PHPUnit\ResultPrinter::writeProgress PHP Method

writeProgress() protected method

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