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 1313
1414namespace CodeIgniter ;
1515
16- use CodeIgniter \HTTP \ResponseInterface ;
1716use App \Controllers \Home ;
1817use CodeIgniter \Config \Services ;
1918use CodeIgniter \Debug \Timer ;
2019use CodeIgniter \Exceptions \PageNotFoundException ;
2120use CodeIgniter \HTTP \Method ;
2221use CodeIgniter \HTTP \Response ;
22+ use CodeIgniter \HTTP \ResponseInterface ;
2323use CodeIgniter \Router \RouteCollection ;
2424use CodeIgniter \Test \CIUnitTestCase ;
2525use CodeIgniter \Test \Filters \CITestStreamFilter ;
Original file line number Diff line number Diff line change 1313
1414namespace CodeIgniter \Test ;
1515
16- use CodeIgniter \HTTP \RequestInterface ;
1716use App \Controllers \Home ;
1817use App \Controllers \NeverHeardOfIt ;
1918use CodeIgniter \Controller ;
2019use CodeIgniter \Exceptions \InvalidArgumentException ;
2120use CodeIgniter \Exceptions \RuntimeException ;
21+ use CodeIgniter \HTTP \RequestInterface ;
2222use CodeIgniter \Log \Logger ;
2323use CodeIgniter \Test \Mock \MockLogger as LoggerConfig ;
2424use Config \App ;
You can’t perform that action at this time.
0 commit comments