public function testExpectOutputStringFooActualBar() { $this ->expectOutputString('foo'); print 'bar'; }