forked from wallabag/wallabag
Fix constructor call of AuthCodeMailer in AuthCodeMailerTest
This commit is contained in:
@ -63,8 +63,7 @@ TWIG;
|
||||
$this->twig,
|
||||
'nobody@test.io',
|
||||
'wallabag test',
|
||||
'http://0.0.0.0/support',
|
||||
'http://0.0.0.0/'
|
||||
'http://0.0.0.0/support'
|
||||
);
|
||||
|
||||
$authCodeMailer->sendAuthCode($user);
|
||||
|
||||
Reference in New Issue
Block a user