eZ\Publish\Core\MVC\Symfony\Routing\Tests\RouteReferenceGeneratorTest::generateGenerator PHP Method

generateGenerator() public method

public generateGenerator ( )
    public function generateGenerator()
    {
        return array(array('my_route', array('hello' => 'world', 'isIt' => true)), array('foobar', array('foo' => 'bar', 'object' => new \stdClass())), array(new Location(), array('switchLanguage' => 'fre-FR')), array(new Location(), array()));
    }