summaryrefslogtreecommitdiffstats
path: root/tests/Controller/View
Commit message (Collapse)AuthorAgeFilesLines
* Reworked views using Jasny ViewArnold Daniels2017-02-092-276/+76
| | | | | Added View/PHP trait Ability to set a viewer
* Moved view logic to own libraryArnold Daniels2017-02-091-0/+1
|
* Tests and minor fixes for Twig viewv1.0.0origin/refactorArnold Daniels2016-11-211-229/+210
|
* Make all tests runArnold Daniels2016-11-191-2/+9
| | | | | | Mark some tests incomplete, rather than have them fail or error Completed tests for Controller Made getRequest and get/setResponse public
* Refactored CheckRequest and CheckResponse traitsArnold Daniels2016-11-181-0/+320
WIP Controller\Output Restructuring the tests (one test per trait)