Neos\Fusion\Tests\Functional\TypoScriptObjects\TemplateTest::customPartialPathCanBeSetOnRendering PHP Method

customPartialPathCanBeSetOnRendering() public method

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