summaryrefslogtreecommitdiff
path: root/tests/Unit/RouterTest.php
AgeCommit message (Expand)Author
27 hourscreates group can directly create a groupSam Light
28 hourstesting middleware dispatchSam Light
28 hoursMake it so the router will call the middlewareSam Light
28 hoursEnsure dispatch runs middleware methodSam Light
28 hourstesting adding middleware to routes and groupsSam Light
28 hoursCreated tests for having middlewareSam Light
28 hoursSetup structure for storing middleware and added test todosSam Light
28 hourscode formattingSam Light
28 hourstesting router creates routes with or without / prefixSam Light
28 hoursfixing tests and code formattingSam Light
28 hourstesting of the full group routesSam Light
28 hoursTesting the creating routes on a group definition and code formatSam Light
28 hourscode formattingSam Light
28 hoursgenerating routes with parameters and testsSam Light
28 hoursfix typoSam Light
28 hoursgenerate named routeSam Light
28 hourscase insensitive path matchingSam Light
28 hoursRenamed router route method to makeSam Light
28 hoursadded named routes to routerSam Light
28 hoursRoute methods now return RouteDefinition class and testingSam Light
28 hoursRouter tests for creating routesSam Light
28 hoursRefactor dispatch to use a seperate findRoute methodSam Light
28 hoursWrote tests for any route and insensitive matchSam Light
28 hourscode formattingSam Light
28 hoursMake basic routing workSam Light
28 hoursbig updateSam Light