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