final class TestingRoutesProvider implements RoutesProviderInterface (View source)

internal  implementation detail. Please use {@see \Neos\Flow\Mvc\Routing\FunctionalTestCase::registerRoute} instead.
 

Extends the routing to be able to add custom routes at runtime.

Methods

__construct(ConfigurationRoutesProvider $configurationRoutesProvider)

No description

addRoute(Route $route)

Prepends a route additionally to the routes form the Testing context configuration

void
reset()

No description

getRoutes()

No description

Details

__construct(ConfigurationRoutesProvider $configurationRoutesProvider)

No description

Parameters

ConfigurationRoutesProvider $configurationRoutesProvider

addRoute(Route $route)

internal  Please use {@see \Neos\Flow\Mvc\Routing\FunctionalTestCase::registerRoute} instead.
 

Prepends a route additionally to the routes form the Testing context configuration

Parameters

Route $route

void reset()

No description

Return Value

void

Routes getRoutes()

No description

Return Value

Routes