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