|
16 | 16 | use Symfony\Component\Notifier\Bridge\AllMySms\AllMySmsTransportFactory;
|
17 | 17 | use Symfony\Component\Notifier\Bridge\AmazonSns\AmazonSnsTransportFactory;
|
18 | 18 | use Symfony\Component\Notifier\Bridge\Clickatell\ClickatellTransportFactory;
|
| 19 | +use Symfony\Component\Notifier\Bridge\ContactEveryone\ContactEveryoneTransportFactory; |
19 | 20 | use Symfony\Component\Notifier\Bridge\Discord\DiscordTransportFactory;
|
20 | 21 | use Symfony\Component\Notifier\Bridge\Esendex\EsendexTransportFactory;
|
21 | 22 | use Symfony\Component\Notifier\Bridge\FakeChat\FakeChatTransportFactory;
|
@@ -72,6 +73,7 @@ public static function setUpBeforeClass(): void
|
72 | 73 | AllMySmsTransportFactory::class => false,
|
73 | 74 | AmazonSnsTransportFactory::class => false,
|
74 | 75 | ClickatellTransportFactory::class => false,
|
| 76 | + ContactEveryoneTransportFactory::class => false, |
75 | 77 | DiscordTransportFactory::class => false,
|
76 | 78 | EsendexTransportFactory::class => false,
|
77 | 79 | FakeChatTransportFactory::class => false,
|
@@ -134,6 +136,7 @@ public function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \Generat
|
134 | 136 | yield ['allmysms', 'symfony/all-my-sms-notifier'];
|
135 | 137 | yield ['sns', 'symfony/amazon-sns-notifier'];
|
136 | 138 | yield ['clickatell', 'symfony/clickatell-notifier'];
|
| 139 | + yield ['contact-everyone', 'symfony/contact-everyone-notifier']; |
137 | 140 | yield ['discord', 'symfony/discord-notifier'];
|
138 | 141 | yield ['esendex', 'symfony/esendex-notifier'];
|
139 | 142 | yield ['fakechat', 'symfony/fake-chat-notifier'];
|
|
0 commit comments