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