8000 minor #48294 [Notifier] Fix SmsBiurasTransportTest::testTestMode (Mat… · symfony/symfony@4eb7af2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4eb7af2

Browse files
committed
minor #48294 [Notifier] Fix SmsBiurasTransportTest::testTestMode (MatTheCat)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Fix SmsBiurasTransportTest::testTestMode | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix https://github.com/symfony/symfony/actions/runs/3530638734/jobs/5922856722#step:7:1449 | License | MIT | Doc PR | N/A Commits ------- b79d6fd Fix SmsBiurasTransportTest::testTestMode
2 parents bd9cfda + b79d6fd commit 4eb7af2

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