We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createProvider
DiscordTransportFactoryTest
1 parent b317ccd commit 5682eb3Copy full SHA for 5682eb3
src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportFactoryTest.php
@@ -31,6 +31,8 @@ public static function createProvider(): iterable
31
yield [
32
'discord://host.test?webhook_id=testWebhookId',
33
'discord://token@host.test?webhook_id=testWebhookId',
34
+ ];
35
+ yield [
36
'discord+bot://host.test',
37
'discord+bot://token@host.test',
38
];
0 commit comments