File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212namespace CodeIgniter \Commands \Generators ;
1313
1414use CodeIgniter \CLI \BaseCommand ;
15- use CodeIgniter \CLI \CLI ;
1615use CodeIgniter \CLI \GeneratorTrait ;
1716
1817/**
Original file line number Diff line number Diff line change 1111
1212namespace CodeIgniter \Database \SQLSRV ;
1313
14- use CodeIgniter \Database \Query ;
1514use CodeIgniter \Database \BaseConnection ;
1615use CodeIgniter \Database \Exceptions \DatabaseException ;
1716use Exception ;
Original file line number Diff line number Diff line change 1111
1212namespace CodeIgniter \Database \SQLite3 ;
1313
14- use CodeIgniter \Database \Query ;
1514use CodeIgniter \Database \BaseConnection ;
1615use CodeIgniter \Database \Exceptions \DatabaseException ;
1716use ErrorException ;
Original file line number Diff line number Diff line change 1414use CodeIgniter \HTTP \Exceptions \HTTPException ;
1515use CodeIgniter \HTTP \Files \FileCollection ;
1616use CodeIgniter \HTTP \Files \UploadedFile ;
17- use CodeIgniter \HTTP \URI ;
1817use Config \App ;
1918use Config \Services ;
2019use InvalidArgumentException ;
Original file line number Diff line number Diff line change 1313
1414use Closure ;
1515use CodeIgniter \Autoloader \FileLocator ;
16- use CodeIgniter \HTTP \Request ;
1716use CodeIgniter \Router \Exceptions \RouterException ;
1817use Config \Modules ;
1918use Config \Services ;
Original file line number Diff line number Diff line change 1212namespace CodeIgniter \Test ;
1313
1414use CodeIgniter \Database \BaseBuilder ;
15- use CodeIgniter \Database \BaseConnection ;
1615use CodeIgniter \Database \Exceptions \DatabaseException ;
17- use CodeIgniter \Database \MigrationRunner ;
18- use CodeIgniter \Database \Seeder ;
1916use CodeIgniter \Test \Constraints \SeeInDatabase ;
2017use Config \Database ;
2118use Config \Migrations ;
Original file line number Diff line number Diff line change 1212namespace CodeIgniter \Test ;
1313
1414use CodeIgniter \Exceptions \FrameworkException ;
15- use CodeIgniter \Model ;
1615use Faker \Factory ;
1716use Faker \Generator ;
1817use InvalidArgumentException ;
Original file line number Diff line number Diff line change 1111
1212namespace CodeIgniter \Test \Mock ;
1313
14- use \ CodeIgniter \Config \BaseService ;
14+ use CodeIgniter \Config \BaseService ;
1515use CodeIgniter \Autoloader \FileLocator ;
1616
1717class MockServices extends BaseService
Original file line number Diff line number Diff line change 1616use CodeIgniter \HTTP \ResponseInterface ;
1717use Config \Services ;
1818use Exception ;
19- use PHPUnit \Framework \ExpectationFailedException ;
2019use PHPUnit \Framework \TestCase ;
2120
2221/**
You can’t perform that action at this time.
0 commit comments