mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Finalise account tests
This commit is contained in:
@@ -251,7 +251,8 @@ class UserEventHandlerTest extends TestCase
|
||||
Mail::fake();
|
||||
$user = $this->emptyUser();
|
||||
$event = new RegisteredUser($user, '127.0.0.1');
|
||||
|
||||
//config('firefly.send_registration_mail', true);
|
||||
\Config::set('firefly.send_registration_mail', true);
|
||||
$listener = new UserEventHandler;
|
||||
$listener->sendRegistrationMail($event);
|
||||
|
||||
|
Reference in New Issue
Block a user