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 3
3
namespace NotificationChannels \Telegram ;
4
4
5
5
use Exception ;
6
- use Illuminate \Support \Str ;
7
6
use GuzzleHttp \Client as HttpClient ;
8
- use Psr \Http \Message \ResponseInterface ;
9
7
use GuzzleHttp \Exception \ClientException ;
8
+ use Illuminate \Support \Str ;
10
9
use NotificationChannels \Telegram \Exceptions \CouldNotSendNotification ;
10
+ use Psr \Http \Message \ResponseInterface ;
11
11
12
12
/**
13
13
* Class Telegram.
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Telegram \Test ;
4
4
5
- use Mockery ;
6
- use PHPUnit \Framework \TestCase ;
7
5
use Illuminate \Notifications \Notifiable ;
8
6
use Illuminate \Notifications \Notification ;
7
+ use Mockery ;
8
+ use NotificationChannels \Telegram \Exceptions \CouldNotSendNotification ;
9
9
use NotificationChannels \Telegram \Telegram ;
10
10
use NotificationChannels \Telegram \TelegramChannel ;
11
11
use NotificationChannels \Telegram \TelegramMessage ;
12
- use NotificationChannels \ Telegram \ Exceptions \ CouldNotSendNotification ;
12
+ use PHPUnit \ Framework \ TestCase ;
13
13
14
14
/**
15
15
* Class ChannelTest.
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Telegram \Test ;
4
4
5
- use PHPUnit \Framework \TestCase ;
6
5
use NotificationChannels \Telegram \TelegramLocation ;
6
+ use PHPUnit \Framework \TestCase ;
7
7
8
8
/**
9
9
* Class TelegramLocationTest.
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Telegram \Test ;
4
4
5
- use PHPUnit \Framework \TestCase ;
6
5
use NotificationChannels \Telegram \TelegramMessage ;
6
+ use PHPUnit \Framework \TestCase ;
7
7
8
8
/**
9
9
* Class TelegramMessageTest.
You can’t perform that action at this time.
0 commit comments