Contao\CoreBundle\Test\Routing\FrontendLoaderTest::testGenerateFrontendWithMissingLocale PHP Method

testGenerateFrontendWithMissingLocale() public method

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