presenter = new ResourcePresenter(); } public function testPresent() { $resource = fopen('php://stdin', 'r'); $this->assertStringMatchesFormat('\resource #%d>', $this->presenter->present($resource)); fclose($resource); } }