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