Exemple #1
0
 /**
  * @Given /^(I) have already verified my account$/
  */
 public function iHaveAlreadyVerifiedMyAccount(UserInterface $user)
 {
     $user->setVerifiedAt(new \DateTime());
     $this->userManager->flush();
 }