summaryrefslogtreecommitdiffstats
path: root/tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Added test for ContentNegotiation::getNegotiator()Arnold Daniels2017-02-091-39/+69
|
* Fixup after rebaseArnold Daniels2017-02-091-1/+1
|
* Reworked views using Jasny ViewArnold Daniels2017-02-093-276/+159
| | | | | Added View/PHP trait Ability to set a viewer
* Fixed issues with controllerinterface and testsArnold Daniels2017-02-092-5/+8
|
* Moved view logic to own libraryArnold Daniels2017-02-091-0/+1
|
* Add content negotiation (fixes #11)minstel2017-01-171-0/+140
|
* Fixed RouteAction test to use cancel()Arnold Daniels2016-12-021-15/+24
|
* Tests and fixes for setResponseHeaderv1.0.1Arnold Daniels2016-11-221-0/+30
|
* Tests and minor fixes for Twig viewv1.0.0origin/refactorArnold Daniels2016-11-211-229/+210
|
* Fixed tests for Session\FlashArnold Daniels2016-11-201-122/+133
|
* Session trait tests and fixesArnold Daniels2016-11-201-37/+57
|
* Tests and fixes for RouteActionArnold Daniels2016-11-201-70/+132
|
* Implemented Input traitArnold Daniels2016-11-192-3/+224
|
* Make all tests runArnold Daniels2016-11-194-722/+59
| | | | | | Mark some tests incomplete, rather than have them fail or error Completed tests for Controller Made getRequest and get/setResponse public
* Tested and fixed Output traitArnold Daniels2016-11-191-320/+326
|
* Refactored CheckRequest and CheckResponse traitsArnold Daniels2016-11-187-2/+1857
| | | | | WIP Controller\Output Restructuring the tests (one test per trait)
* Fixesminstel2016-10-211-18/+65
|
* Minor fixminstel2016-10-181-5/+5
|
* RouteAction traitminstel2016-10-181-0/+63