Contao\CoreBundle\Test\Monolog\ContaoContextTest::testEmptyFunctionName PHP Method

testEmptyFunctionName() public method

Tests passing an empty function name.
    public function testEmptyFunctionName()
    {
        new ContaoContext('');
    }