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 22
33namespace NotificationChannels \Pushbullet \Exceptions ;
44
5- use RuntimeException ;
65use GuzzleHttp \Exception \ClientException ;
6+ use RuntimeException ;
77
88class CouldNotSendNotification extends RuntimeException
99{
Original file line number Diff line number Diff line change 33namespace NotificationChannels \Pushbullet ;
44
55use Illuminate \Notifications \Notification ;
6- use NotificationChannels \Pushbullet \Targets \Email ;
76use NotificationChannels \Pushbullet \Targets \Device ;
7+ use NotificationChannels \Pushbullet \Targets \Email ;
88use NotificationChannels \Pushbullet \Targets \Targetable ;
99
1010class PushbulletChannel
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Pushbullet \Test ;
44
5- use PHPUnit \Framework \TestCase ;
6- use PHPUnit \Framework \MockObject \MockObject ;
75use NotificationChannels \Pushbullet \PushbulletMessage ;
86use NotificationChannels \Pushbullet \Targets \Targetable ;
7+ use PHPUnit \Framework \MockObject \MockObject ;
8+ use PHPUnit \Framework \TestCase ;
99
1010class PushbulletMessageTest extends TestCase
1111{
You can’t perform that action at this time.
0 commit comments