File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 33namespace NotificationChannels \Discord \Commands ;
44
55use Exception ;
6- use WebSocket \Client ;
7- use Illuminate \Support \Arr ;
8- use Illuminate \Console \Command ;
96use GuzzleHttp \Client as HttpClient ;
7+ use Illuminate \Console \Command ;
8+ use Illuminate \Support \Arr ;
9+ use WebSocket \Client ;
1010
1111class SetupCommand extends Command
1212{
Original file line number Diff line number Diff line change 33namespace NotificationChannels \Discord ;
44
55use Exception ;
6- use Illuminate \Support \Arr ;
76use GuzzleHttp \Client as HttpClient ;
87use GuzzleHttp \Exception \RequestException ;
8+ use Illuminate \Support \Arr ;
99use NotificationChannels \Discord \Exceptions \CouldNotSendNotification ;
1010
1111class Discord
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Discord \Tests ;
44
5- use Mockery ;
6- use GuzzleHttp \Psr7 \Response ;
75use GuzzleHttp \Client as HttpClient ;
6+ use GuzzleHttp \Psr7 \Response ;
7+ use Mockery ;
88use NotificationChannels \Discord \Discord ;
99use NotificationChannels \Discord \DiscordChannel ;
1010use NotificationChannels \Discord \DiscordMessage ;
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Discord \Tests ;
44
5- use Mockery ;
6- use NotificationChannels \Discord \Discord ;
75use Illuminate \Config \Repository as Config ;
86use Illuminate \Contracts \Foundation \Application ;
7+ use Mockery ;
98use NotificationChannels \Discord \Commands \SetupCommand ;
9+ use NotificationChannels \Discord \Discord ;
1010use NotificationChannels \Discord \DiscordServiceProvider ;
1111
1212class DiscordServiceProviderTest extends BaseTest
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Discord \Tests ;
44
5- use Mockery ;
65use Exception ;
6+ use GuzzleHttp \Client as HttpClient ;
7+ use GuzzleHttp \Exception \RequestException ;
78use GuzzleHttp \Psr7 \Request ;
89use GuzzleHttp \Psr7 \Response ;
9- use GuzzleHttp \ Client as HttpClient ;
10+ use Mockery ;
1011use NotificationChannels \Discord \Discord ;
11- use GuzzleHttp \Exception \RequestException ;
1212use NotificationChannels \Discord \Exceptions \CouldNotSendNotification ;
1313
1414class DiscordTest extends BaseTest
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Discord \Tests ;
44
5- use Mockery ;
6- use WebSocket \ Client ;
5+ use GuzzleHttp \ Client as HttpClient ;
6+ use GuzzleHttp \ Exception \ RequestException ;
77use GuzzleHttp \Psr7 \Request ;
88use GuzzleHttp \Psr7 \Response ;
9- use GuzzleHttp \Client as HttpClient ;
109use Illuminate \Contracts \Console \Kernel ;
11- use GuzzleHttp \Exception \RequestException ;
12- use Orchestra \Testbench \TestCase as Orchestra ;
10+ use Mockery ;
1311use NotificationChannels \Discord \Commands \SetupCommand ;
12+ use Orchestra \Testbench \TestCase as Orchestra ;
13+ use WebSocket \Client ;
1414
1515class SetupCommandTest extends Orchestra
1616{
You can’t perform that action at this time.
0 commit comments