diff options
author | Arnold Daniels <arnold@jasny.net> | 2016-11-19 18:00:01 +0100 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2016-11-19 18:00:01 +0100 |
commit | 6528ca8d1b058760da858f5c38aef20e5c1b4a22 (patch) | |
tree | 287e4e101b3745f2ac4b801db08b686f3e166d86 /tests/Controller/OutputTest.php | |
parent | 1132955bb52fd32c0669c817ddae94e8e6b2de48 (diff) | |
download | controller-6528ca8d1b058760da858f5c38aef20e5c1b4a22.zip controller-6528ca8d1b058760da858f5c38aef20e5c1b4a22.tar.gz controller-6528ca8d1b058760da858f5c38aef20e5c1b4a22.tar.bz2 |
Implemented Input trait
Diffstat (limited to 'tests/Controller/OutputTest.php')
-rw-r--r-- | tests/Controller/OutputTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Controller/OutputTest.php b/tests/Controller/OutputTest.php index 2793a14..7ca0aa4 100644 --- a/tests/Controller/OutputTest.php +++ b/tests/Controller/OutputTest.php @@ -2,9 +2,6 @@ namespace Jasny\Controller; -use Jasny\Controller; -use Jasny\Flash; -use Psr\Http\Message\ServerRequestInterface; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\StreamInterface; use Jasny\Controller\TestHelper; |