Neos\Neos\Tests\Unit\View\TypoScriptViewTest::attemptToRenderWithoutNodeInformationAtAllThrowsException PHP Méthode

attemptToRenderWithoutNodeInformationAtAllThrowsException() public méthode

    public function attemptToRenderWithoutNodeInformationAtAllThrowsException()
    {
        $view = $this->getAccessibleMock(TypoScriptView::class, array('dummy'));
        $view->render();
    }