File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace FOS \UserBundle \Tests \Mailer ;
13
13
14
- use FOS \UserBundle \Command \ActivateUserCommand ;
15
14
use FOS \UserBundle \Mailer \Mailer ;
16
- use FOS \UserBundle \Model \UserInterface ;
17
15
use Swift_Events_EventDispatcher ;
18
16
use Swift_Mailer ;
19
17
use Swift_Transport_NullTransport ;
20
- use Symfony \Component \Console \Application ;
21
- use Symfony \Component \Console \Helper \HelperSet ;
22
- use Symfony \Component \Console \Tester \CommandTester ;
23
- use Symfony \Component \DependencyInjection \ContainerInterface ;
24
- use Symfony \Component \Routing \Generator \UrlGeneratorInterface ;
25
18
26
19
class MailerTest extends \PHPUnit_Framework_TestCase
27
20
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace FOS \UserBundle \Tests \Mailer ;
13
13
14
- use FOS \UserBundle \Command \ActivateUserCommand ;
15
14
use FOS \UserBundle \Mailer \TwigSwiftMailer ;
16
- use FOS \UserBundle \Model \UserInterface ;
17
15
use Swift_Events_EventDispatcher ;
18
16
use Swift_Mailer ;
19
17
use Swift_Transport_NullTransport ;
20
- use Symfony \Component \Console \Application ;
21
- use Symfony \Component \Console \Helper \HelperSet ;
22
- use Symfony \Component \Console \Tester \CommandTester ;
23
- use Symfony \Component \DependencyInjection \ContainerInterface ;
24
- use Symfony \Component \Routing \Generator \UrlGeneratorInterface ;
25
18
use Twig_Environment ;
26
19
use Twig_Template ;
27
20
You can’t perform that action at this time.
0 commit comments