43
43
use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
44
44
use Symfony \Component \Notifier \Bridge \OneSignal \OneSignalTransportFactory ;
45
45
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
46
+ use Symfony \Component \Notifier \Bridge \Plivo \PlivoTransportFactory ;
47
+ use Symfony \Component \Notifier \Bridge \RingCentral \RingCentralTransportFactory ;
46
48
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
47
49
use Symfony \Component \Notifier \Bridge \Sendberry \SendberryTransportFactory ;
48
50
use Symfony \Component \Notifier \Bridge \Sendinblue \SendinblueTransportFactory ;
56
58
use Symfony \Component \Notifier \Bridge \SpotHit \SpotHitTransportFactory ;
57
59
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
58
60
use Symfony \Component \Notifier \Bridge \Telnyx \TelnyxTransportFactory ;
61
+ use Symfony \Component \Notifier \Bridge \Termii \TermiiTransportFactory ;
59
62
use Symfony \Component \Notifier \Bridge \TurboSms \TurboSmsTransportFactory ;
60
63
use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
61
64
use Symfony \Component \Notifier \Bridge \Twitter \TwitterTransportFactory ;
@@ -105,6 +108,8 @@ public static function setUpBeforeClass(): void
105
108
OctopushTransportFactory::class => false ,
106
109
OneSignalTransportFactory::class => false ,
107
110
OvhCloudTransportFactory::class => false ,
111
+ PlivoTransportFactory::class => false ,
112
+ RingCentralTransportFactory::class => false ,
108
113
RocketChatTransportFactory::class => false ,
109
114
SendberryTransportFactory::class => false ,
110
115
SendinblueTransportFactory::class => false ,
@@ -118,6 +123,7 @@ public static function setUpBeforeClass(): void
118
123
SpotHitTransportFactory::class => false ,
119
124
TelegramTransportFactory::class => false ,
120
125
TelnyxTransportFactory::class => false ,
126
+ TermiiTransportFactory::class => false ,
121
127
TurboSmsTransportFactory::class => false ,
122
128
TwilioTransportFactory::class => false ,
123
129
TwitterTransportFactory::class => false ,
0 commit comments