8000
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.
1 parent 3dcc1d0 commit f2d965eCopy full SHA for f2d965e
src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportFactoryTest.php
@@ -30,6 +30,10 @@ public function createProvider(): iterable
30
yield [
31
'turbosms://host.test?from=acme',
32
'turbosms://accountSid:authToken@host.test?from=acme',
33
+ ];
34
+
35
+ yield [
36
+ 'turbosms://host.test?from=Symfony+Community',
37
'turbosms://accountSid:authToken@host.test?from=Symfony Community',
38
];
39
}
0 commit comments