Neos\Flow\Tests\Unit\Error\DebuggerTest::renderingClosuresWorksWithoutThrowingException PHP Method

renderingClosuresWorksWithoutThrowingException() public method

    public function renderingClosuresWorksWithoutThrowingException()
    {
        Debugger::renderDump(function () {
        }, 0);
        // dummy assertion to avoid PHPUnit warning
        $this->assertTrue(true);
    }