index
:
php-router.git
master
PHP Http routing library
Git repository hosting...
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Unit
/
RouterTest.php
Age
Commit message (
Collapse
)
Author
29 hours
creates group can directly create a group
Sam Light
29 hours
testing middleware dispatch
Sam Light
29 hours
Make it so the router will call the middleware
Sam Light
29 hours
Ensure dispatch runs middleware method
Sam Light
29 hours
testing adding middleware to routes and groups
Sam Light
29 hours
Created tests for having middleware
Sam Light
29 hours
Setup structure for storing middleware and added test todos
Sam Light
29 hours
code formatting
Sam Light
29 hours
testing router creates routes with or without / prefix
Sam Light
29 hours
fixing tests and code formatting
Sam Light
29 hours
testing of the full group routes
Sam Light
29 hours
Testing the creating routes on a group definition and code format
Sam Light
29 hours
code formatting
Sam Light
29 hours
generating routes with parameters and tests
Sam Light
29 hours
fix typo
Sam Light
29 hours
generate named route
Sam Light
29 hours
case insensitive path matching
Sam Light
29 hours
Renamed router route method to make
Sam Light
29 hours
added named routes to router
Sam Light
29 hours
Route methods now return RouteDefinition class and testing
Sam Light
29 hours
Router tests for creating routes
Sam Light
29 hours
Refactor dispatch to use a seperate findRoute method
Sam Light
29 hours
Wrote tests for any route and insensitive match
Sam Light
29 hours
code formatting
Sam Light
29 hours
Make basic routing work
Sam Light
29 hours
big update
Sam Light