summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added test for ContentNegotiation::getNegotiator()Arnold Daniels2017-02-091-39/+69
|
* Fixup after rebaseArnold Daniels2017-02-092-3/+3
|
* 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-093-49/+12
|
* Moved view logic to own libraryArnold Daniels2017-02-091-0/+1
|
* Add content negotiation (fixes #11)minstel2017-01-172-6/+163
|
* 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-212-230/+211
|
* Fixed tests for Session\FlashArnold Daniels2016-11-201-122/+133
|
* Session trait tests and fixesArnold Daniels2016-11-202-37/+75
|
* Tests and fixes for RouteActionArnold Daniels2016-11-205-98/+162
|
* Implemented Input traitArnold Daniels2016-11-192-3/+224
|
* Make all tests runArnold Daniels2016-11-196-724/+109
| | | | | | 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-1813-768/+1454
| | | | | WIP Controller\Output Restructuring the tests (one test per trait)
* Refactor controller. Move stuff to traits.Arnold Daniels2016-11-171-35/+46
|
* Merge branch 'Flash' of https://github.com/Minstel/controller into Minstel-FlashArnold Daniels2016-11-173-0/+506
|\
| * Flashminstel2016-10-253-2/+193
| |
| * Twig traitminstel2016-10-251-0/+314
| |
* | Merge branch 'Controller_request_method_methods' of ↵Arnold Daniels2016-11-171-6/+60
|\ \ | | | | | | | | | https://github.com/Minstel/controller into Minstel-Controller_request_method_methods
| * | Controller request method methodsminstel2016-10-211-3/+66
| |/
* | Merge branch 'master' into Controller-encodeData_methodArnold Daniels2016-11-032-0/+160
|\ \
| * | Fixesminstel2016-10-212-18/+83
| | |
| * | Minor fixminstel2016-10-182-6/+6
| | |
| * | RouteAction traitminstel2016-10-182-0/+95
| |/
* | Controller response methodsminstel2016-10-231-53/+440
| |
* | Minor fixminstel2016-10-201-3/+3
| |
* | Controller::encodeData methodminstel2016-10-201-3/+156
|/
* Controller check response status methodsminstel2016-10-181-2/+82
|
* Controller classminstel2016-10-171-0/+26