Neos\Fusion\Tests\Functional\TypoScriptObjects\TemplateTest::typoScriptExceptionInObjectAccessIsHandledCorrectly PHP Метод

typoScriptExceptionInObjectAccessIsHandledCorrectly() публичный Метод

    public function typoScriptExceptionInObjectAccessIsHandledCorrectly()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('template/offsetAccessException');
        $this->assertStringStartsWith('Test TemplateException while rendering template', $view->render());
    }