@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Rezzza\SecurityBundle\DataCollector; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\Annotations\Reader as AnnotationReader; |
| 6 | -use Doctrine\Common\Util\ClassUtils; |
|
| 7 | 6 | use Symfony\Component\HttpFoundation\Request; |
| 8 | 7 | use Symfony\Component\HttpFoundation\Response; |
| 9 | 8 | use Symfony\Component\HttpKernel\DataCollector\RequestDataCollector as BaseRequestDataCollector; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Rezzza\SecurityBundle\Tests\Units\Security\Firewall; |
| 4 | 4 | |
| 5 | 5 | use mageekguy\atoum; |
| 6 | - |
|
| 7 | 6 | use Rezzza\SecurityBundle\Security\Firewall\ReplayProtection as SUT; |
| 8 | 7 | |
| 9 | 8 | class ReplayProtection extends atoum\test |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Rezzza\SecurityBundle\Tests\Units\Security\Firewall; |
| 4 | 4 | |
| 5 | 5 | use mageekguy\atoum; |
| 6 | - |
|
| 7 | 6 | use Rezzza\SecurityBundle\Security\Firewall\SignedRequest as SUT; |
| 8 | 7 | |
| 9 | 8 | class SignedRequest extends atoum\test |
@@ -2,10 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Behat\Behat\Context\Context; |
| 4 | 4 | use Behat\Behat\Context\SnippetAcceptingContext; |
| 5 | -use Behat\Gherkin\Node\PyStringNode; |
|
| 6 | -use Behat\Gherkin\Node\TableNode; |
|
| 7 | 5 | use Behat\MinkExtension\Context\RawMinkContext; |
| 8 | - |
|
| 9 | 6 | use Rezzza\SecurityBundle\Security\Firewall\SignatureConfig; |
| 10 | 7 | use Rezzza\SecurityBundle\Security\Firewall\SignedRequest; |
| 11 | 8 | |