@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Azine\EmailBundle\Controller; |
4 | 4 | |
5 | -use Symfony\Component\HttpFoundation\Session\Flash\FlashBag; |
|
6 | -use Symfony\Component\HttpFoundation\Session\Session; |
|
7 | 5 | use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |
8 | 6 | use Symfony\Component\HttpFoundation\JsonResponse; |
9 | 7 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Symfony\Bundle\FrameworkBundle\Translation\Translator; |
10 | 10 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
11 | 11 | use FOS\UserBundle\Mailer\TwigSwiftMailer; |
12 | -use Azine\EmailBundle\Entity\RecipientInterface; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * This Service is used to send html-emails with embedded images |
@@ -1,22 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Azine\EmailBundle\Tests\Controller; |
3 | -use Azine\EmailBundle\DependencyInjection\AzineEmailExtension; |
|
4 | -use Azine\EmailBundle\Services\AzineEmailTwigExtension; |
|
5 | -use Azine\EmailBundle\Services\Pagination; |
|
6 | -use Azine\EmailBundle\Tests\FindInFileUtil; |
|
7 | -use Azine\EmailBundle\Services\AzineTemplateProvider; |
|
8 | 3 | use Azine\EmailBundle\Entity\SentEmail; |
9 | -use Azine\EmailBundle\Controller\AzineEmailTemplateController; |
|
10 | 4 | use Azine\PlatformBundle\Services\EmailTemplateProvider; |
11 | 5 | use Symfony\Component\DependencyInjection\ContainerInterface; |
12 | -use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException; |
|
13 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
14 | -use Symfony\Component\HttpFoundation\Request; |
|
15 | -use Symfony\Component\HttpFoundation\Response; |
|
16 | -use Symfony\Component\HttpFoundation\Session\Session; |
|
17 | -use Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage; |
|
18 | -use Symfony\Component\Routing\RequestContext; |
|
19 | -use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; |
|
20 | 6 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
21 | 7 | use Symfony\Component\DomCrawler\Crawler; |
22 | 8 | use Symfony\Bundle\FrameworkBundle\Client; |