NyanCat\PHPUnit\ResultPrinter::writeProgress PHP 메소드

writeProgress() 보호된 메소드

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