Skip to content

Commit

Permalink
minor #57918 [Notifier] synchronize unsupported scheme tests (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Aug 6, 2024
2 parents 9fda51a + 725e4de commit 7aa8efe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/Exception/UnsupportedSchemeExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,21 +118,26 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
yield ['sns', 'symfony/amazon-sns-notifier'];
yield ['bandwidth', 'symfony/bandwidth-notifier'];
yield ['brevo', 'symfony/brevo-notifier'];
yield ['chatwork', 'symfony/chatwork-notifier'];
yield ['clickatell', 'symfony/clickatell-notifier'];
yield ['clicksend', 'symfony/click-send-notifier'];
yield ['contact-everyone', 'symfony/contact-everyone-notifier'];
yield ['discord', 'symfony/discord-notifier'];
yield ['engagespot', 'symfony/engagespot-notifier'];
yield ['esendex', 'symfony/esendex-notifier'];
yield ['expo', 'symfony/expo-notifier'];
yield ['fakechat', 'symfony/fake-chat-notifier'];
yield ['fakesms', 'symfony/fake-sms-notifier'];
yield ['firebase', 'symfony/firebase-notifier'];
yield ['forty-six-elks', 'symfony/forty-six-elks-notifier'];
yield ['freemobile', 'symfony/free-mobile-notifier'];
yield ['gatewayapi', 'symfony/gateway-api-notifier'];
yield ['gitter', 'symfony/gitter-notifier'];
yield ['googlechat', 'symfony/google-chat-notifier'];
yield ['infobip', 'symfony/infobip-notifier'];
yield ['iqsms', 'symfony/iqsms-notifier'];
yield ['isendpro', 'symfony/isendpro-notifier'];
yield ['kaz-info-teh', 'symfony/kaz-info-teh-notifier'];
yield ['lightsms', 'symfony/light-sms-notifier'];
yield ['linenotify', 'symfony/line-notify-notifier'];
yield ['linkedin', 'symfony/linked-in-notifier'];
Expand All @@ -148,8 +153,11 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
yield ['ntfy', 'symfony/ntfy-notifier'];
yield ['octopush', 'symfony/octopush-notifier'];
yield ['onesignal', 'symfony/one-signal-notifier'];
yield ['orange-sms', 'symfony/orange-sms-notifier'];
yield ['ovhcloud', 'symfony/ovh-cloud-notifier'];
yield ['pagerduty', 'symfony/pager-duty-notifier'];
yield ['plivo', 'symfony/plivo-notifier'];
yield ['pushover', 'symfony/pushover-notifier'];
yield ['redlink', 'symfony/redlink-notifier'];
yield ['ringcentral', 'symfony/ring-central-notifier'];
yield ['rocketchat', 'symfony/rocket-chat-notifier'];
Expand All @@ -171,6 +179,8 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
yield ['turbosms', 'symfony/turbo-sms-notifier'];
yield ['twilio', 'symfony/twilio-notifier'];
yield ['twitter', 'symfony/twitter-notifier'];
yield ['vonage', 'symfony/vonage-notifier'];
yield ['yunpian', 'symfony/yunpian-notifier'];
yield ['zendesk', 'symfony/zendesk-notifier'];
yield ['zulip', 'symfony/zulip-notifier'];
yield ['goip', 'symfony/go-ip-notifier'];
Expand Down

0 comments on commit 7aa8efe

Please sign in to comment.