Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit73a004b

Browse files
committed
Add test
1 parent8675523 commit73a004b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportTest.php‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespaceSymfony\Component\Notifier\Bridge\Clickatell\Tests;
1313

1414
useSymfony\Component\HttpClient\MockHttpClient;
15+
useSymfony\Component\Notifier\Bridge\Clickatell\ClickatellOptions;
1516
useSymfony\Component\Notifier\Bridge\Clickatell\ClickatellTransport;
1617
useSymfony\Component\Notifier\Exception\LogicException;
1718
useSymfony\Component\Notifier\Exception\TransportException;
@@ -38,6 +39,7 @@ public function toStringProvider(): iterable
3839
publicfunctionsupportedMessagesProvider():iterable
3940
{
4041
yield [newSmsMessage('+33612345678','Hello!')];
42+
yield [newSmsMessage('+33612345678','Hello!','from',newClickatellOptions(['from' =>'foo']))];
4143
}
4244

4345
publicfunctionunsupportedMessagesProvider():iterable

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp