protected function setUp()
 {
     parent::setUp();
     $this->handler = new AccountUserPasswordResetHandler($this->userManager, $this->translator);
 }