From 725e4dee95a1784a5b05b35d29749f35549fb245 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 5 Aug 2024 08:28:12 +0200 Subject: [PATCH] synchronize unsupported scheme tests --- Tests/Exception/UnsupportedSchemeExceptionTest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Tests/Exception/UnsupportedSchemeExceptionTest.php b/Tests/Exception/UnsupportedSchemeExceptionTest.php index f108d75..52f9a9b 100644 --- a/Tests/Exception/UnsupportedSchemeExceptionTest.php +++ b/Tests/Exception/UnsupportedSchemeExceptionTest.php @@ -118,14 +118,18 @@ 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']; @@ -133,6 +137,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \ 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']; @@ -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']; @@ -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'];