public function testOutputWithExpectationBefore() { $this ->expectOutputString('test'); print 'test'; }