This commit is contained in:
Jeremy Benoist 2016-01-10 13:01:00 +01:00
parent 7ce895bf5e
commit d1f1333f48
2 changed files with 6 additions and 9 deletions

View file

@ -4,7 +4,6 @@ namespace Wallabag\UserBundle\Mailer;
use Scheb\TwoFactorBundle\Model\Email\TwoFactorInterface;
use Scheb\TwoFactorBundle\Mailer\AuthCodeMailerInterface;
use Symfony\Component\Translation\TranslatorInterface;
/**
* Custom mailer for TwoFactorBundle email.

View file

@ -4,8 +4,6 @@ namespace Wallabag\UserBundle\Tests\Mailer;
use Wallabag\UserBundle\Entity\User;
use Wallabag\UserBundle\Mailer\AuthCodeMailer;
use Symfony\Component\Translation\Translator;
use Symfony\Component\Translation\Loader\ArrayLoader;
/**
* @see https://www.pmg.com/blog/integration-testing-swift-mailer/