Neos\Neos\Tests\Unit\ViewHelpers\EditableViewHelperTest::renderThrowsExceptionIfTheTsTemplateObjectIsNotSet PHP Méthode

renderThrowsExceptionIfTheTsTemplateObjectIsNotSet() public méthode

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