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 e0a68bd commit 3d0d79cCopy full SHA for 3d0d79c
src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php
@@ -41,7 +41,7 @@ public function supportsProvider(): iterable
41
42
public function unsupportedSchemeProvider(): iterable
43
{
44
- yield ['somethingElse://accountSid:authToken@default?from=37061234567'];
+ yield ['somethingElse://accountSid:authToken@default?phone=37061234567'];
45
yield ['somethingElse://accountSid:authToken@default']; // missing "phone" option
46
}
47
0 commit comments