8000 bug #45855 [Notifier] Fix tests (fabpot) · symfony/symfony@c3c752a · GitHub
[go: up one dir, main page]

Skip to content

Commit c3c752a

Browse files
committed
bug #45855 [Notifier] Fix tests (fabpot)
This PR was merged into the 6.1 branch. Discussion ---------- [Notifier] Fix tests | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a Commits ------- 12e017f [Notifier] Fix tests
2 parents b3a6250 + 12e017f commit c3c752a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Notifier/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)
0