Completed
Push — master ( fd7370...afa46a )
by Joachim
04:42
created
Tests/EventListener/ControllerListenerTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Loevgaard\DandomainAltapayBundle\Tests\EventListener;
4 4
 
5
+use Doctrine\Common\Annotations\AnnotationReader;
5 6
 use Loevgaard\DandomainAltapayBundle\EventListener\ControllerListener;
6 7
 use Loevgaard\DandomainAltapayBundle\Http\TransactionLogger;
7 8
 use Loevgaard\DandomainAltapayBundle\Tests\EventListener\Fixture\ControllerWithAnnotation;
8 9
 use PHPUnit\Framework\TestCase;
9
-use Doctrine\Common\Annotations\AnnotationReader;
10 10
 use Symfony\Component\HttpFoundation\Request;
11 11
 use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
12 12
 use Symfony\Component\HttpKernel\HttpKernelInterface;
Please login to merge, or discard this patch.
Tests/EventListener/ResponseListenerTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,15 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Loevgaard\DandomainAltapayBundle\Tests\EventListener;
4 4
 
5
-use Loevgaard\DandomainAltapayBundle\EventListener\ControllerListener;
6 5
 use Loevgaard\DandomainAltapayBundle\EventListener\ResponseListener;
7 6
 use Loevgaard\DandomainAltapayBundle\Http\TransactionLogger;
8
-use Loevgaard\DandomainAltapayBundle\Tests\EventListener\Fixture\ControllerWithAnnotation;
9 7
 use PHPUnit\Framework\TestCase;
10
-use Doctrine\Common\Annotations\AnnotationReader;
11 8
 use Symfony\Component\HttpFoundation\Request;
12 9
 use Symfony\Component\HttpFoundation\Response;
13
-use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
14 10
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
15 11
 use Symfony\Component\HttpKernel\HttpKernelInterface;
16 12
 
Please login to merge, or discard this patch.
Tests/Translation/TranslatorTraitTest.php 1 patch
Unused Use Statements   -11 removed lines patch added patch discarded remove patch
@@ -2,20 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Loevgaard\DandomainAltapayBundle\Tests\Translation;
4 4
 
5
-use Loevgaard\DandomainAltapayBundle\EventListener\ControllerListener;
6
-use Loevgaard\DandomainAltapayBundle\EventListener\ResponseListener;
7
-use Loevgaard\DandomainAltapayBundle\Http\TransactionLogger;
8
-use Loevgaard\DandomainAltapayBundle\Tests\EventListener\Fixture\ControllerWithAnnotation;
9 5
 use Loevgaard\DandomainAltapayBundle\Tests\Translation\Fixture\UsingTranslator;
10
-use Loevgaard\DandomainAltapayBundle\Translation\TranslatorTrait;
11 6
 use PHPUnit\Framework\TestCase;
12
-use Doctrine\Common\Annotations\AnnotationReader;
13 7
 use Symfony\Component\DependencyInjection\ContainerInterface;
14
-use Symfony\Component\HttpFoundation\Request;
15
-use Symfony\Component\HttpFoundation\Response;
16
-use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
17
-use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
18
-use Symfony\Component\HttpKernel\HttpKernelInterface;
19 8
 use Symfony\Component\Translation\IdentityTranslator;
20 9
 
21 10
 class TranslatorTraitTest extends TestCase
Please login to merge, or discard this patch.