PhroznTest\Outputter\PlainOutputterTest::setOutput PHP Method

setOutput() public method

public setOutput ( $out )
    public function setOutput($out)
    {
        if ($out) {
            $this->out = $out;
        }
        return '';
        // silence
    }