Neos\Fusion\Tests\Functional\View\FusionViewTest::typoScriptViewUsesGivenPathIfSet PHP Méthode

typoScriptViewUsesGivenPathIfSet() public méthode

    public function typoScriptViewUsesGivenPathIfSet()
    {
        $view = $this->buildView('Foo\\Bar\\Controller\\TestController', 'index');
        $view->setTypoScriptPath('foo/bar');
        $this->assertEquals('Xfoobar', $view->render());
    }