File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
55use CodeIgniter \CLI \BaseCommand ;
66use CodeIgniter \CLI \CLI ;
7- use Exception ;
87use CodeIgniter \Queue \Config \Queue as QueueConfig ;
98use CodeIgniter \Queue \Entities \QueueJob ;
9+ use Exception ;
1010use Throwable ;
1111
1212class QueueWork extends BaseCommand
Original file line number Diff line number Diff line change 44
55use CodeIgniter \Exceptions \CriticalError ;
66use CodeIgniter \I18n \Time ;
7- use Exception ;
87use CodeIgniter \Queue \Config \Queue as QueueConfig ;
98use CodeIgniter \Queue \Entities \QueueJob ;
109use CodeIgniter \Queue \Enums \Status ;
1110use CodeIgniter \Queue \Interfaces \QueueInterface ;
1211use CodeIgniter \Queue \Payload ;
12+ use Exception ;
1313use Predis \Client ;
1414use Throwable ;
1515
Original file line number Diff line number Diff line change 22
33namespace Tests ;
44
5- use CodeIgniter \Test \ReflectionHelper ;
6- use Exception ;
75use CodeIgniter \Queue \Entities \QueueJob ;
86use CodeIgniter \Queue \Enums \Status ;
97use CodeIgniter \Queue \Exceptions \QueueException ;
108use CodeIgniter \Queue \Handlers \DatabaseHandler ;
119use CodeIgniter \Queue \Models \QueueJobFailedModel ;
10+ use CodeIgniter \Test \ReflectionHelper ;
11+ use Exception ;
1212use ReflectionException ;
1313use Tests \Support \Config \Queue as QueueConfig ;
1414use Tests \Support \Database \Seeds \TestDatabaseQueueSeeder ;
Original file line number Diff line number Diff line change 33namespace ThirdParty \queue \tests ;
44
55use CodeIgniter \I18n \Time ;
6- use CodeIgniter \Test \ReflectionHelper ;
7- use Exception ;
86use CodeIgniter \Queue \Entities \QueueJob ;
97use CodeIgniter \Queue \Exceptions \QueueException ;
108use CodeIgniter \Queue \Handlers \PredisHandler ;
9+ use CodeIgniter \Test \ReflectionHelper ;
10+ use Exception ;
1111use ReflectionException ;
1212use Tests \Support \Config \Queue as QueueConfig ;
1313use Tests \Support \Database \Seeds \TestRedisQueueSeeder ;
Original file line number Diff line number Diff line change 33namespace Tests ;
44
55use CodeIgniter \I18n \Time ;
6- use CodeIgniter \Test \ReflectionHelper ;
7- use Exception ;
86use CodeIgniter \Queue \Entities \QueueJob ;
97use CodeIgniter \Queue \Exceptions \QueueException ;
108use CodeIgniter \Queue \Handlers \RedisHandler ;
9+ use CodeIgniter \Test \ReflectionHelper ;
10+ use Exception ;
1111use Tests \Support \Config \Queue as QueueConfig ;
1212use Tests \Support \Database \Seeds \TestRedisQueueSeeder ;
1313use Tests \Support \TestCase ;
Original file line number Diff line number Diff line change 22
33namespace Tests \Support \Jobs ;
44
5- use Exception ;
65use CodeIgniter \Queue \BaseJob ;
76use CodeIgniter \Queue \Interfaces \JobInterface ;
7+ use Exception ;
88
99class Failure extends BaseJob implements JobInterface
1010{
You can’t perform that action at this time.
0 commit comments