Neos\Neos\Tests\Unit\ViewHelpers\EditableViewHelperTest::renderThrowsExceptionIfTheTsTemplateObjectIsNotSet PHP Method

renderThrowsExceptionIfTheTsTemplateObjectIsNotSet() public method

    public function renderThrowsExceptionIfTheTsTemplateObjectIsNotSet()
    {
        $this->templateVariables = array('someProperty' => 'somePropertyValue');
        $this->injectDependenciesIntoViewHelper($this->editableViewHelper);
        $this->editableViewHelper->render('someProperty');
    }