forked from wallabag/wallabag
Fix constructor call of AuthCodeMailer in AuthCodeMailerTest
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user