Skip to content

Commit d5be75f

Browse files
OskarStarkfabpot
authored andcommitted
[Mailer][Notifier] Simplify transport service registration + sorting
1 parent eae263a commit d5be75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Exception/UnsupportedSchemeExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ public static function setUpBeforeClass(): void
4040
BrevoTransportFactory::class => false,
4141
GmailTransportFactory::class => false,
4242
InfobipTransportFactory::class => false,
43+
MailPaceTransportFactory::class => false,
4344
MailerSendTransportFactory::class => false,
4445
MailgunTransportFactory::class => false,
4546
MailjetTransportFactory::class => false,
46-
MailPaceTransportFactory::class => false,
4747
MandrillTransportFactory::class => false,
4848
PostmarkTransportFactory::class => false,
4949
ScalewayTransportFactory::class => false,

0 commit comments

Comments
 (0)