File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Symfony/Component/Notifier/Tests/Exception Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 41
41
use Symfony \Component \Notifier \Bridge \OneSignal \OneSignalTransportFactory ;
42
42
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
43
43
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
44
+ use Symfony \Component \Notifier \Bridge \Sendberry \SendberryTransportFactory ;
44
45
use Symfony \Component \Notifier \Bridge \Sendinblue \SendinblueTransportFactory ;
45
46
use Symfony \Component \Notifier \Bridge \Sinch \SinchTransportFactory ;
46
47
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
@@ -96,6 +97,7 @@ public static function setUpBeforeClass(): void
96
97
OneSignalTransportFactory::class => false ,
97
98
OvhCloudTransportFactory::class => false ,
98
99
RocketChatTransportFactory::class => false ,
100
+ SendberryTransportFactory::class => false ,
99
101
SendinblueTransportFactory::class => false ,
100
102
SinchTransportFactory::class => false ,
101
103
SlackTransportFactory::class => false ,
You can’t perform that action at this time.
0 commit comments