fix special phone number format before the request to be able to perform external checks with valid content

This commit is contained in:
2022-07-15 16:16:07 +02:00
parent 73694a1c57
commit 23de1d2f06
5 changed files with 18 additions and 5 deletions

View File

@ -78,7 +78,7 @@ class RecipientTest extends ApiTestCase
$recipientMock->__construct($this->phoneNumberFixture, $this->phoneCountryFixture);
$this->assertSame(
'491527565839',
'+491527565839',
$this->callMethod(
$recipientMock,
'get'