Skip to content

Commit ba5f368

Browse files
committed
minor #61464 [Notifier][Discord] fix test createProvider in DiscordTransportFactoryTest (santysisi)
This PR was merged into the 7.4 branch. Discussion ---------- [Notifier][Discord] fix test `createProvider` in `DiscordTransportFactoryTest` | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | no | License | MIT fix test `createProvider` in `DiscordTransportFactoryTest` Commits ------- 5682eb3 [Notifier][Discord] fix test `createProvider` in `DiscordTransportFactoryTest`
2 parents 5ef1ccb + 5682eb3 commit ba5f368

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public static function createProvider(): iterable
3131
yield [
3232
'discord://host.test?webhook_id=testWebhookId',
3333
'discord://token@host.test?webhook_id=testWebhookId',
34+
];
35+
yield [
3436
'discord+bot://host.test',
3537
'discord+bot://token@host.test',
3638
];

0 commit comments

Comments
 (0)