File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Pushbullet \Exceptions ;
4
4
5
- use RuntimeException ;
6
5
use GuzzleHttp \Exception \ClientException ;
6
+ use RuntimeException ;
7
7
8
8
class CouldNotSendNotification extends RuntimeException
9
9
{
Original file line number Diff line number Diff line change 3
3
namespace NotificationChannels \Pushbullet ;
4
4
5
5
use Illuminate \Notifications \Notification ;
6
- use NotificationChannels \Pushbullet \Targets \Email ;
7
6
use NotificationChannels \Pushbullet \Targets \Device ;
7
+ use NotificationChannels \Pushbullet \Targets \Email ;
8
8
use NotificationChannels \Pushbullet \Targets \Targetable ;
9
9
10
10
class PushbulletChannel
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Pushbullet \Test ;
4
4
5
- use PHPUnit \Framework \TestCase ;
6
- use PHPUnit \Framework \MockObject \MockObject ;
7
5
use NotificationChannels \Pushbullet \PushbulletMessage ;
8
6
use NotificationChannels \Pushbullet \Targets \Targetable ;
7
+ use PHPUnit \Framework \MockObject \MockObject ;
8
+ use PHPUnit \Framework \TestCase ;
9
9
10
10
class PushbulletMessageTest extends TestCase
11
11
{
You can’t perform that action at this time.
0 commit comments