DataSift\Storyplayer\Console\Console::writePhaseGroupSkipped PHP Method

writePhaseGroupSkipped() protected method

protected writePhaseGroupSkipped ( $msg = 'SKIP' )
    protected function writePhaseGroupSkipped($msg = 'SKIP')
    {
        $this->write('[', $this->writer->punctuationStyle);
        $this->write($msg, $this->writer->skippedStyle);
        $this->write(']', $this->writer->punctuationStyle);
    }