Skip to content

Commit 146dffb

Browse files
OskarStarkfabpot
authored andcommitted
[Mailer][Notifier] Simplify transport service registration + sorting
1 parent 87afb23 commit 146dffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/Exception/UnsupportedSchemeExceptionTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public static function setUpBeforeClass(): void
3232
Bridge\Bluesky\BlueskyTransportFactory::class => false,
3333
Bridge\Brevo\BrevoTransportFactory::class => false,
3434
Bridge\Chatwork\ChatworkTransportFactory::class => false,
35-
Bridge\Clickatell\ClickatellTransportFactory::class => false,
3635
Bridge\ClickSend\ClickSendTransportFactory::class => false,
36+
Bridge\Clickatell\ClickatellTransportFactory::class => false,
3737
Bridge\ContactEveryone\ContactEveryoneTransportFactory::class => false,
3838
Bridge\Discord\DiscordTransportFactory::class => false,
3939
Bridge\Engagespot\EngagespotTransportFactory::class => false,
@@ -72,19 +72,19 @@ public static function setUpBeforeClass(): void
7272
Bridge\PagerDuty\PagerDutyTransportFactory::class => false,
7373
Bridge\Plivo\PlivoTransportFactory::class => false,
7474
Bridge\Pushover\PushoverTransportFactory::class => false,
75-
Bridge\RingCentral\RingCentralTransportFactory::class => false,
7675
Bridge\Redlink\RedlinkTransportFactory::class => false,
76+
Bridge\RingCentral\RingCentralTransportFactory::class => false,
7777
Bridge\RocketChat\RocketChatTransportFactory::class => false,
7878
Bridge\Sendberry\SendberryTransportFactory::class => false,
7979
Bridge\SimpleTextin\SimpleTextinTransportFactory::class => false,
8080
Bridge\Sinch\SinchTransportFactory::class => false,
8181
Bridge\Slack\SlackTransportFactory::class => false,
8282
Bridge\Sms77\Sms77TransportFactory::class => false,
83-
Bridge\Smsapi\SmsapiTransportFactory::class => false,
8483
Bridge\SmsBiuras\SmsBiurasTransportFactory::class => false,
84+
Bridge\SmsFactor\SmsFactorTransportFactory::class => false,
85+
Bridge\Smsapi\SmsapiTransportFactory::class => false,
8586
Bridge\Smsbox\SmsboxTransportFactory::class => false,
8687
Bridge\Smsc\SmscTransportFactory::class => false,
87-
Bridge\SmsFactor\SmsFactorTransportFactory::class => false,
8888
Bridge\Smsmode\SmsmodeTransportFactory::class => false,
8989
Bridge\SpotHit\SpotHitTransportFactory::class => false,
9090
Bridge\Telegram\TelegramTransportFactory::class => false,

0 commit comments

Comments
 (0)