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());
    }