Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b13575

Browse filesBrowse files
committed
[Notifier] [FakeSms] Change DSN to be more realistic
1 parent 3154509 commit 0b13575
Copy full SHA for 0b13575

File tree

1 file changed

+2
-3
lines changed
Filter options

1 file changed

+2
-3
lines changed

‎src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsTransportFactoryTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsTransportFactoryTest.php
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function missingRequiredOptionProvider(): iterable
5151
public function supportsProvider(): iterable
5252
{
5353
yield [true, 'fakesms+email://mailer?to=recipient@email.net&from=sender@email.net'];
54-
yield [false, 'somethingElse://api_token@default?from=MyCompany'];
54+
yield [false, 'somethingElse://mailer?to=recipient@email.net&from=sender@email.net'];
5555
}
5656

5757
public function incompleteDsnProvider(): iterable
@@ -62,7 +62,6 @@ public function incompleteDsnProvider(): iterable
6262

6363
public function unsupportedSchemeProvider(): iterable
6464
{
65-
yield ['foobar://api_token@default?from=MyCompany'];
66-
yield ['foobar://api_token@default'];
65+
yield ['somethingElse://mailer?to=recipient@email.net&from=sender@email.net'];
6766
}
6867
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.