Skip to content

Commit 7aa8efe

Browse files
committed
minor #57918 [Notifier] synchronize unsupported scheme tests (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] synchronize unsupported scheme tests | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 3ddc63de62 synchronize unsupported scheme tests
2 parents 9fda51a + 725e4de commit 7aa8efe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Tests/Exception/UnsupportedSchemeExceptionTest.php

+10
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,26 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
118118
yield ['sns', 'symfony/amazon-sns-notifier'];
119119
yield ['bandwidth', 'symfony/bandwidth-notifier'];
120120
yield ['brevo', 'symfony/brevo-notifier'];
121+
yield ['chatwork', 'symfony/chatwork-notifier'];
121122
yield ['clickatell', 'symfony/clickatell-notifier'];
122123
yield ['clicksend', 'symfony/click-send-notifier'];
123124
yield ['contact-everyone', 'symfony/contact-everyone-notifier'];
124125
yield ['discord', 'symfony/discord-notifier'];
126+
yield ['engagespot', 'symfony/engagespot-notifier'];
125127
yield ['esendex', 'symfony/esendex-notifier'];
128+
yield ['expo', 'symfony/expo-notifier'];
126129
yield ['fakechat', 'symfony/fake-chat-notifier'];
127130
yield ['fakesms', 'symfony/fake-sms-notifier'];
128131
yield ['firebase', 'symfony/firebase-notifier'];
132+
yield ['forty-six-elks', 'symfony/forty-six-elks-notifier'];
129133
yield ['freemobile', 'symfony/free-mobile-notifier'];
130134
yield ['gatewayapi', 'symfony/gateway-api-notifier'];
131135
yield ['gitter', 'symfony/gitter-notifier'];
132136
yield ['googlechat', 'symfony/google-chat-notifier'];
133137
yield ['infobip', 'symfony/infobip-notifier'];
134138
yield ['iqsms', 'symfony/iqsms-notifier'];
135139
yield ['isendpro', 'symfony/isendpro-notifier'];
140+
yield ['kaz-info-teh', 'symfony/kaz-info-teh-notifier'];
136141
yield ['lightsms', 'symfony/light-sms-notifier'];
137142
yield ['linenotify', 'symfony/line-notify-notifier'];
138143
yield ['linkedin', 'symfony/linked-in-notifier'];
@@ -148,8 +153,11 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
148153
yield ['ntfy', 'symfony/ntfy-notifier'];
149154
yield ['octopush', 'symfony/octopush-notifier'];
150155
yield ['onesignal', 'symfony/one-signal-notifier'];
156+
yield ['orange-sms', 'symfony/orange-sms-notifier'];
151157
yield ['ovhcloud', 'symfony/ovh-cloud-notifier'];
158+
yield ['pagerduty', 'symfony/pager-duty-notifier'];
152159
yield ['plivo', 'symfony/plivo-notifier'];
160+
yield ['pushover', 'symfony/pushover-notifier'];
153161
yield ['redlink', 'symfony/redlink-notifier'];
154162
yield ['ringcentral', 'symfony/ring-central-notifier'];
155163
yield ['rocketchat', 'symfony/rocket-chat-notifier'];
@@ -171,6 +179,8 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
171179
yield ['turbosms', 'symfony/turbo-sms-notifier'];
172180
yield ['twilio', 'symfony/twilio-notifier'];
173181
yield ['twitter', 'symfony/twitter-notifier'];
182+
yield ['vonage', 'symfony/vonage-notifier'];
183+
yield ['yunpian', 'symfony/yunpian-notifier'];
174184
yield ['zendesk', 'symfony/zendesk-notifier'];
175185
yield ['zulip', 'symfony/zulip-notifier'];
176186
yield ['goip', 'symfony/go-ip-notifier'];

0 commit comments

Comments
 (0)