Neos\Fusion\Tests\Functional\TypoScriptObjects\TemplateTest::customPartialPathCanBeSetOnRendering PHP 메소드

customPartialPathCanBeSetOnRendering() 공개 메소드

    public function customPartialPathCanBeSetOnRendering()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('template/partial');
        $this->assertEquals('Test Template--partial contents', $view->render());
    }