diff options
author | Arnold Daniels <arnold@jasny.net> | 2016-11-19 15:34:37 +0100 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2016-11-19 15:34:37 +0100 |
commit | 1132955bb52fd32c0669c817ddae94e8e6b2de48 (patch) | |
tree | b45d515ca822d10d34bffa2419466ba11b6e76e8 /src/Controller/View | |
parent | cf3a91144b1e35dcecefa16b76918bfc6dd0a12f (diff) | |
download | controller-1132955bb52fd32c0669c817ddae94e8e6b2de48.zip controller-1132955bb52fd32c0669c817ddae94e8e6b2de48.tar.gz controller-1132955bb52fd32c0669c817ddae94e8e6b2de48.tar.bz2 |
Make all tests run
Mark some tests incomplete, rather than have them fail or error
Completed tests for Controller
Made getRequest and get/setResponse public
Diffstat (limited to 'src/Controller/View')
-rw-r--r-- | src/Controller/View/Twig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Controller/View/Twig.php b/src/Controller/View/Twig.php index 3b9b7b8..3645ec5 100644 --- a/src/Controller/View/Twig.php +++ b/src/Controller/View/Twig.php @@ -21,7 +21,7 @@ trait Twig * Get server request * @return ServerRequestInterface */ - abstract protected function getRequest(); + abstract public function getRequest(); /** * Output result |