Contao\CoreBundle\Test\Config\Loader\XliffFileLoaderTest::testTooManyLevels PHP Method

testTooManyLevels() public method

Tests loading a file with too many nesting levels.
public testTooManyLevels ( )
    public function testTooManyLevels()
    {
        $loader = new XliffFileLoader($this->getRootDir() . '/app', false);
        $loader->load($this->getRootDir() . '/vendor/contao/test-bundle/Resources/contao/languages/en/error.xlf', 'en');
    }