8000 Update src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsT… · symfony/symfony@3d0d79c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d0d79c

Browse files
StaffNowaOskarStark
authored and
Vasilij Dusko | CREATION
committed
Update src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent e0a68bd commit 3d0d79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function supportsProvider(): iterable
4141

4242
public function unsupportedSchemeProvider(): iterable
4343
{
44-
yield ['somethingElse://accountSid:authToken@default?from=37061234567'];
44+
yield ['somethingElse://accountSid:authToken@default?phone=37061234567'];
4545
yield ['somethingElse://accountSid:authToken@default']; // missing "phone" option
4646
}
4747
}

0 commit comments

Comments
 (0)
0