File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \ExpoPushNotifications ;
44
5+ use ExponentPhpSDK \Exceptions \ExpoException ;
56use ExponentPhpSDK \Expo ;
6- use Illuminate \Notifications \Notification ;
77use Illuminate \Contracts \Events \Dispatcher ;
8- use ExponentPhpSDK \Exceptions \ExpoException ;
98use Illuminate \Notifications \Events \NotificationFailed ;
9+ use Illuminate \Notifications \Notification ;
1010use NotificationChannels \ExpoPushNotifications \Exceptions \CouldNotSendNotification ;
1111
1212class ExpoChannel
Original file line number Diff line number Diff line change 55use ExponentPhpSDK \Expo ;
66use ExponentPhpSDK \ExpoRegistrar ;
77use ExponentPhpSDK \ExpoRepository ;
8- use Illuminate \Support \ServiceProvider ;
98use ExponentPhpSDK \Repositories \ExpoFileDriver ;
9+ use Illuminate \Support \ServiceProvider ;
1010use NotificationChannels \ExpoPushNotifications \Repositories \ExpoDatabaseDriver ;
1111
1212class ExpoPushNotificationsServiceProvider extends ServiceProvider
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \ExpoPushNotifications \Http ;
44
5- use Illuminate \Http \Request ;
65use Illuminate \Http \JsonResponse ;
6+ use Illuminate \Http \Request ;
77use Illuminate \Routing \Controller ;
88use Illuminate \Support \Facades \Auth ;
99use Illuminate \Support \Facades \Validator ;
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \ExpoPushNotifications \Test ;
44
5- use Mockery ;
5+ use ExponentPhpSDK \ Exceptions \ ExpoException ;
66use ExponentPhpSDK \Expo ;
77use Illuminate \Events \Dispatcher ;
8+ use Illuminate \Notifications \Events \NotificationFailed ;
89use Illuminate \Notifications \Notifiable ;
910use Illuminate \Notifications \Notification ;
10- use ExponentPhpSDK \Exceptions \ExpoException ;
11- use Illuminate \Notifications \Events \NotificationFailed ;
11+ use Mockery ;
1212use NotificationChannels \ExpoPushNotifications \ExpoChannel ;
1313use NotificationChannels \ExpoPushNotifications \ExpoMessage ;
1414
Original file line number Diff line number Diff line change 33namespace NotificationChannels \ExpoPushNotifications \Test ;
44
55use ExponentPhpSDK \Expo ;
6- use Illuminate \Http \Request ;
76use ExponentPhpSDK \ExpoRegistrar ;
8- use Illuminate \Events \Dispatcher ;
97use ExponentPhpSDK \ExpoRepository ;
8+ use ExponentPhpSDK \Repositories \ExpoFileDriver ;
9+ use Illuminate \Contracts \Validation \Factory ;
10+ use Illuminate \Events \Dispatcher ;
11+ use Illuminate \Http \Request ;
1012use Illuminate \Support \Facades \Auth ;
1113use Illuminate \Support \Facades \Validator ;
12- use Illuminate \Contracts \Validation \Factory ;
13- use ExponentPhpSDK \Repositories \ExpoFileDriver ;
1414use NotificationChannels \ExpoPushNotifications \ExpoChannel ;
15- use NotificationChannels \ExpoPushNotifications \Models \Interest ;
1615use NotificationChannels \ExpoPushNotifications \Http \ExpoController ;
16+ use NotificationChannels \ExpoPushNotifications \Models \Interest ;
1717use NotificationChannels \ExpoPushNotifications \Repositories \ExpoDatabaseDriver ;
1818
1919class ExpoControllerTest extends TestCase
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \ExpoPushNotifications \Test ;
44
5- use Orchestra \Testbench \TestCase as OrchestraTestCase ;
65use NotificationChannels \ExpoPushNotifications \ExpoPushNotificationsServiceProvider ;
6+ use Orchestra \Testbench \TestCase as OrchestraTestCase ;
77
88abstract class TestCase extends OrchestraTestCase
99{
You can’t perform that action at this time.
0 commit comments