[Core] Add FrontController class
Review Request #72 — Created Feb. 27, 2013 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
pprkut:errorenumtrait | |
Reviewers | |
lunr | |
This adds a front controller class to Lunr, making finding and dispatching to controllers an easier task. This depends on http://reviews.lunr.nl/r/71/ and http://reviews.lunr.nl/r/67/
Unit Tests
src/Lunr/Core/FrontController.php |
---|
src/Lunr/Core/Tests/FrontControllerBaseTest.php |
---|
src/Lunr/Core/Tests/FrontControllerDispatchTest.php |
---|
src/Lunr/Core/Tests/FrontControllerGetTest.php |
---|
src/Lunr/Core/Tests/FrontControllerTest.php |
---|
src/Lunr/Core/Tests/MockController.php |
---|
tests/phpunit.xml |
---|