Neos\Neos\Tests\Functional\ViewHelpers\Uri\NodeViewHelperTest::viewHelperRendersUriViaAbsoluteNodePathString PHP 메소드

viewHelperRendersUriViaAbsoluteNodePathString() 공개 메소드

    public function viewHelperRendersUriViaAbsoluteNodePathString()
    {
        $this->assertOutputLinkValid('en/home.html', $this->viewHelper->render('/sites/example/home'));
        $this->assertOutputLinkValid('en/home/about-us.html', $this->viewHelper->render('/sites/example/home/about-us'));
        $this->assertOutputLinkValid('en/home/about-us/our-mission.html', $this->viewHelper->render('/sites/example/home/about-us/mission'));
    }