File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33namespace NotificationChannels \Telegram ;
44
55use Exception ;
6- use Illuminate \Support \Str ;
76use GuzzleHttp \Client as HttpClient ;
8- use Psr \Http \Message \ResponseInterface ;
97use GuzzleHttp \Exception \ClientException ;
8+ use Illuminate \Support \Str ;
109use NotificationChannels \Telegram \Exceptions \CouldNotSendNotification ;
10+ use Psr \Http \Message \ResponseInterface ;
1111
1212/**
1313 * Class Telegram.
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Telegram \Test ;
44
5- use Mockery ;
6- use PHPUnit \Framework \TestCase ;
75use Illuminate \Notifications \Notifiable ;
86use Illuminate \Notifications \Notification ;
7+ use Mockery ;
8+ use NotificationChannels \Telegram \Exceptions \CouldNotSendNotification ;
99use NotificationChannels \Telegram \Telegram ;
1010use NotificationChannels \Telegram \TelegramChannel ;
1111use NotificationChannels \Telegram \TelegramMessage ;
12- use NotificationChannels \ Telegram \ Exceptions \ CouldNotSendNotification ;
12+ use PHPUnit \ Framework \ TestCase ;
1313
1414/**
1515 * Class ChannelTest.
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Telegram \Test ;
44
5- use PHPUnit \Framework \TestCase ;
65use NotificationChannels \Telegram \TelegramLocation ;
6+ use PHPUnit \Framework \TestCase ;
77
88/**
99 * Class TelegramLocationTest.
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Telegram \Test ;
44
5- use PHPUnit \Framework \TestCase ;
65use NotificationChannels \Telegram \TelegramMessage ;
6+ use PHPUnit \Framework \TestCase ;
77
88/**
99 * Class TelegramMessageTest.
You can’t perform that action at this time.
0 commit comments