fix special phone number format before the request to be able to perform external checks with valid content
This commit is contained in:
@ -78,7 +78,7 @@ class RecipientTest extends ApiTestCase
|
||||
$recipientMock->__construct($this->phoneNumberFixture, $this->phoneCountryFixture);
|
||||
|
||||
$this->assertSame(
|
||||
'491527565839',
|
||||
'+491527565839',
|
||||
$this->callMethod(
|
||||
$recipientMock,
|
||||
'get'
|
||||
|
Reference in New Issue
Block a user