Skip to content

Commit 2abfb34

Browse files
committed
[Notifier] Fix tests
1 parent 36a62a1 commit 2abfb34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Exception/UnsupportedSchemeExceptionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
use Symfony\Component\Notifier\Bridge\OneSignal\OneSignalTransportFactory;
4242
use Symfony\Component\Notifier\Bridge\OvhCloud\OvhCloudTransportFactory;
4343
use Symfony\Component\Notifier\Bridge\RocketChat\RocketChatTransportFactory;
44+
use Symfony\Component\Notifier\Bridge\Sendberry\SendberryTransportFactory;
4445
use Symfony\Component\Notifier\Bridge\Sendinblue\SendinblueTransportFactory;
4546
use Symfony\Component\Notifier\Bridge\Sinch\SinchTransportFactory;
4647
use Symfony\Component\Notifier\Bridge\Slack\SlackTransportFactory;
@@ -96,6 +97,7 @@ public static function setUpBeforeClass(): void
9697
OneSignalTransportFactory::class => false,
9798
OvhCloudTransportFactory::class => false,
9899
RocketChatTransportFactory::class => false,
100+
SendberryTransportFactory::class => false,
99101
SendinblueTransportFactory::class => false,
100102
SinchTransportFactory::class => false,
101103
SlackTransportFactory::class => false,

0 commit comments

Comments
 (0)