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 bd44a33

Browse filesBrowse files
committed
[Notifier] Add MessageMedia Bridge
fix test data provider naming
1 parent 88c7f6f commit bd44a33
Copy full SHA for bd44a33

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function unsupportedMessagesProvider(): iterable
5151
}
5252

5353
/**
54-
* @dataProvider testExceptionIsThrownWhenHttpSendFailedProvider
54+
* @dataProvider exceptionIsThrownWhenHttpSendFailedProvider
5555
*
5656
* @throws TransportExceptionInterface
5757
*/
@@ -72,7 +72,7 @@ public function testExceptionIsThrownWhenHttpSendFailed(int $statusCode, string
7272
$transport->send(new SmsMessage('+61491570156', 'Hello!'));
7373
}
7474

75-
public function testExceptionIsThrownWhenHttpSendFailedProvider(): iterable
75+
public function exceptionIsThrownWhenHttpSendFailedProvider(): iterable
7676
{
7777
yield [503, '', 'Unable to send the SMS: "Unknown reason".'];
7878
yield [500, '{"details": ["Something went wrong."]}', 'Unable to send the SMS: "Something went wrong.".'];

0 commit comments

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