E571 Fix SmsBiurasTransportTest::testTestMode · symfony/symfony@b79d6fd · GitHub
[go: up one dir, main page]

Skip to content

Commit b79d6fd

Browse files
committed
Fix SmsBiurasTransportTest::testTestMode
1 parent bd9cfda commit b79d6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testTestMode(int $expected, bool $testMode)
6868
'https://savitarna.smsbiuras.lt/api?uid=uid&apikey=api_key&message=%s&from=from&test=%s&to=%s',
6969
rawurlencode($message->getSubject()),
7070
$expected,
71-
rawurlencode($message->getPhone()),
71+
rawurlencode($message->getPhone())
7272
), $url);
7373
$this->assertSame($expected, $options['query']['test']);
7474

0 commit comments

Comments
 (0)
0