setUpTemporaryDirectory(); $routes = [ ['title' => 'Foo Controller', 'name' => 'custom.default_controller_hello', 'method' => 'index', 'path' => '/hello/{name}'] ]; return [ ['foo', 'FooController', $routes, true, null, 'foo_controller'], ['foo', 'FooController', $routes, false, null, 'foo_controller'], ]; } }