Contao\CoreBundle\Test\Routing\FrontendLoaderTest::testGenerateIndexWithMissingLocale PHP Метод

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

Tests generating the "contao_index" route with missing locale.
    public function testGenerateIndexWithMissingLocale()
    {
        $loader = new FrontendLoader(true);
        $collection = $loader->load('.', 'bundles');
        $router = $this->getRouter($collection);
        $router->generate('contao_index');
    }