mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Fix constructor call of AuthCodeMailer in AuthCodeMailerTest
This commit is contained in:
parent
c5c9b130b0
commit
311675d30b
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ TWIG;
|
||||||
$this->twig,
|
$this->twig,
|
||||||
'nobody@test.io',
|
'nobody@test.io',
|
||||||
'wallabag test',
|
'wallabag test',
|
||||||
'http://0.0.0.0/support',
|
'http://0.0.0.0/support'
|
||||||
'http://0.0.0.0/'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$authCodeMailer->sendAuthCode($user);
|
$authCodeMailer->sendAuthCode($user);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue