Neos\Fusion\Tests\Functional\TypoScriptObjects\ExceptionHandlerTest::exceptionalEelExpressionInPropertyIsHandledCorrectly PHP Метод

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

    public function exceptionalEelExpressionInPropertyIsHandledCorrectly()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('exceptionHandler/eelExpressionInProperty');
        $this->assertStringStartsWith('StartException while rendering exceptionHandler', $view->render());
    }