PhroznTest\Outputter\TestOutputterTest::testStdOut PHP Method

testStdOut() public method

public testStdOut ( )
    public function testStdOut()
    {
        $outputter = new Outputter($this);
        $outputter->assertNotInLogs('sending output');
        $outputter->stdout('sending output');
        $outputter->assertInLogs('sending output');
    }