Neos\Fusion\Tests\Functional\TypoScriptObjects\BasicRenderingTest::basicRenderingCrashing PHP Метод

basicRenderingCrashing() публичный Метод

It takes the exceptions and shall produce some log message. The default handler for the tests rethrows the exception TODO: test different exception handlers
    public function basicRenderingCrashing()
    {
        $view = $this->buildView();
        $view->setTypoScriptPath('basicRendering/crashing');
        $this->assertEquals('XHello World', $view->render());
    }