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
31 hours
Make it so the router will call the middleware
Sam Light
31 hours
Ensure dispatch runs middleware method
Sam Light
31 hours
testing adding middleware to routes and groups
Sam Light
31 hours
Created tests for having middleware
Sam Light
31 hours
Setup structure for storing middleware and added test todos
Sam Light
31 hours
code formatting
Sam Light
31 hours
testing router creates routes with or without / prefix
Sam Light
31 hours
fixing tests and code formatting
Sam Light
31 hours
testing of the full group routes
Sam Light
31 hours
Testing the creating routes on a group definition and code format
Sam Light
31 hours
code formatting
Sam Light
31 hours
generating routes with parameters and tests
Sam Light
31 hours
fix typo
Sam Light
31 hours
generate named route
Sam Light
31 hours
case insensitive path matching
Sam Light
31 hours
Renamed router route method to make
Sam Light
31 hours
added named routes to router
Sam Light
31 hours
Route methods now return RouteDefinition class and testing
Sam Light
31 hours
Router tests for creating routes
Sam Light
31 hours
Refactor dispatch to use a seperate findRoute method
Sam Light
31 hours
Wrote tests for any route and insensitive match
Sam Light
31 hours
code formatting
Sam Light
31 hours
Make basic routing work
Sam Light
31 hours
big update
Sam Light