mirror of
https://github.com/friendica/friendica
synced 2025-05-04 15:04:14 +02:00
simplify mail creation
This commit is contained in:
parent
9f95b975b4
commit
0b94b84dc7
8 changed files with 32 additions and 25 deletions
|
@ -88,7 +88,7 @@ class MailBuilderTest extends MockedTest
|
|||
->withMessage('Subject', 'Html', 'text')
|
||||
->withRecipient('recipient@friendica.local')
|
||||
->withSender('Sender', 'sender@friendica.local', 'no-reply@friendica.local')
|
||||
->forUser(100)
|
||||
->forUser(['uid' => 100])
|
||||
->build(true);
|
||||
|
||||
$this->assertEmail($testEmail, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue