mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:10:12 +00:00
Transform email header string to header array & replace it at various situations.
This commit is contained in:
parent
766d92aaa0
commit
ac1d2cf38f
7 changed files with 75 additions and 28 deletions
|
@ -41,7 +41,7 @@ class SystemMailBuilderTest extends MockedTest
|
|||
/** @var BaseURL */
|
||||
private $baseUrl;
|
||||
|
||||
/** @var string */
|
||||
/** @var string[] */
|
||||
private $defaultHeaders;
|
||||
|
||||
public function setUp()
|
||||
|
@ -60,7 +60,7 @@ class SystemMailBuilderTest extends MockedTest
|
|||
$this->baseUrl->shouldReceive('getHostname')->andReturn('friendica.local');
|
||||
$this->baseUrl->shouldReceive('get')->andReturn('http://friendica.local');
|
||||
|
||||
$this->defaultHeaders = "";
|
||||
$this->defaultHeaders = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue