DataSift\Storyplayer\Console\Console::writePhaseGroupFailed PHP Method

writePhaseGroupFailed() protected method

protected writePhaseGroupFailed ( $msg = 'FAIL' )
    protected function writePhaseGroupFailed($msg = 'FAIL')
    {
        $this->write('[', $this->writer->punctuationStyle);
        $this->write($msg, $this->writer->failStyle);
        $this->write(']', $this->writer->punctuationStyle);
    }