File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
namespace CodeIgniter ;
15
15
16
- use CodeIgniter \HTTP \ResponseInterface ;
17
16
use App \Controllers \Home ;
18
17
use CodeIgniter \Config \Services ;
19
18
use CodeIgniter \Debug \Timer ;
20
19
use CodeIgniter \Exceptions \PageNotFoundException ;
21
20
use CodeIgniter \HTTP \Method ;
22
21
use CodeIgniter \HTTP \Response ;
22
+ use CodeIgniter \HTTP \ResponseInterface ;
23
23
use CodeIgniter \Router \RouteCollection ;
24
24
use CodeIgniter \Test \CIUnitTestCase ;
25
25
use CodeIgniter \Test \Filters \CITestStreamFilter ;
Original file line number Diff line number Diff line change 13
13
14
14
namespace CodeIgniter \Test ;
15
15
16
- use CodeIgniter \HTTP \RequestInterface ;
17
16
use App \Controllers \Home ;
18
17
use App \Controllers \NeverHeardOfIt ;
19
18
use CodeIgniter \Controller ;
20
19
use CodeIgniter \Exceptions \InvalidArgumentException ;
21
20
use CodeIgniter \Exceptions \RuntimeException ;
21
+ use CodeIgniter \HTTP \RequestInterface ;
22
22
use CodeIgniter \Log \Logger ;
23
23
use CodeIgniter \Test \Mock \MockLogger as LoggerConfig ;
24
24
use Config \App ;
You can’t perform that action at this time.
0 commit comments