wellrested/test/tests/unit/Routing/Route
PJ Dietz 61fd0f3354 TemplateRoute more throughly implements URI Templates as defined in RFC 6570
Template support:
- Simple strings /{var}
- Reserved string /{+var}
- Multiple variables per expression /{hello,larry}
- Dot-prefixes /{.filename,extension}
- Slash-prefiex {/path,to,here}
- Explosion {/paths*}, /cats/{ids*} explode to list arrays
2015-05-13 21:53:27 -04:00
..
PrefixRouteTest.php Pass DispatcherInterface to RouteFactory on construction 2015-05-10 11:46:51 -04:00
RegexRouteTest.php Store variables from URI as uriVariables attributes 2015-05-12 17:58:35 -04:00
RouteFactoryTest.php Pass DispatcherInterface to RouteFactory on construction 2015-05-10 11:46:51 -04:00
RouteTest.php Pass DispatcherInterface to RouteFactory on construction 2015-05-10 11:46:51 -04:00
StaticRouteTest.php Pass DispatcherInterface to RouteFactory on construction 2015-05-10 11:46:51 -04:00
TemplateRouteTest.php TemplateRoute more throughly implements URI Templates as defined in RFC 6570 2015-05-13 21:53:27 -04:00