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

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

    public function customLayoutPathCanBeSetOnRendering()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('template/layout');
        $this->assertEquals('layout start -- Test Template -- layout end', $view->render());
    }