Contao\CoreBundle\Test\Routing\UrlGeneratorTest::testRoute PHP Method

testRoute() public method

Tests the router.
public testRoute ( )
    public function testRoute()
    {
        $this->assertEquals('contao_frontend', $this->getGenerator(false, 0)->generate('foobar'));
        $this->assertEquals('contao_frontend', $this->getGenerator(true, 0)->generate('foobar'));
        $this->assertEquals('contao_frontend', $this->getGenerator(false, 0)->generate('foobar/test'));
    }