public function canCreateViewHelperInstanceAndRenderWithoutArguments() { $instance = $this->buildViewHelperInstance($this->defaultArguments); $this->assertInstanceOf($this->getViewHelperClassName(), $instance); $instance->render(); }