Neos\Neos\Tests\Unit\ViewHelpers\EditableViewHelperTest::renderThrowsExceptionIfTheTsTemplateObjectIsNotSet PHP 메소드

renderThrowsExceptionIfTheTsTemplateObjectIsNotSet() 공개 메소드

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