Browse Source

removed unused use statements

Fabien Potencier 13 years ago
parent
commit
5878490b16
51 changed files with 0 additions and 56 deletions
  1. 0 1
      src/Symfony/Bundle/DoctrineBundle/Mapping/MetadataFactory.php
  2. 0 2
      src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
  3. 0 1
      src/Symfony/Bundle/FrameworkBundle/EventListener/RouterListener.php
  4. 0 2
      src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php
  5. 0 1
      src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.php
  6. 0 1
      src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperTableLayoutTest.php
  7. 0 1
      src/Symfony/Bundle/SwiftmailerBundle/Logger/MessageLogger.php
  8. 0 1
      src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php
  9. 0 1
      src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php
  10. 0 1
      src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php
  11. 0 3
      src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
  12. 0 1
      src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
  13. 0 1
      src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php
  14. 0 1
      src/Symfony/Component/Locale/Stub/StubCollator.php
  15. 0 1
      src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php
  16. 0 1
      src/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php
  17. 0 1
      src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
  18. 0 1
      src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php
  19. 0 1
      src/Symfony/Component/Routing/Matcher/UrlMatcher.php
  20. 0 1
      src/Symfony/Component/Security/Acl/Domain/Entry.php
  21. 0 1
      src/Symfony/Component/Security/Acl/Voter/AclVoter.php
  22. 0 1
      src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php
  23. 0 1
      src/Symfony/Component/Security/Http/Firewall.php
  24. 0 1
      src/Symfony/Component/Security/Http/Firewall/ContextListener.php
  25. 0 1
      src/Symfony/Component/Security/Http/Firewall/LogoutListener.php
  26. 0 1
      src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php
  27. 0 1
      src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php
  28. 0 1
      src/Symfony/Component/Templating/Helper/AssetsHelper.php
  29. 0 1
      src/Symfony/Component/Validator/GraphWalker.php
  30. 0 1
      src/Symfony/Component/Validator/Mapping/ClassMetadata.php
  31. 0 1
      src/Symfony/Component/Validator/Validator.php
  32. 0 1
      tests/Symfony/Tests/Bridge/Doctrine/Form/Type/EntityTypeTest.php
  33. 0 1
      tests/Symfony/Tests/Component/Config/Loader/DelegatingLoaderTest.php
  34. 0 1
      tests/Symfony/Tests/Component/Console/Formatter/OutputFormatterTest.php
  35. 0 1
      tests/Symfony/Tests/Component/Form/Extension/Core/Type/ChoiceTypeTest.php
  36. 0 1
      tests/Symfony/Tests/Component/Form/Extension/Core/Type/CollectionTypeTest.php
  37. 0 1
      tests/Symfony/Tests/Component/Form/Extension/Core/Type/DateTimeTypeTest.php
  38. 0 2
      tests/Symfony/Tests/Component/Form/Extension/Core/Type/FormTypeTest.php
  39. 0 1
      tests/Symfony/Tests/Component/Form/Extension/Core/Type/RepeatedTypeTest.php
  40. 0 1
      tests/Symfony/Tests/Component/Form/FormBuilderTest.php
  41. 0 1
      tests/Symfony/Tests/Component/HttpKernel/DataCollector/LoggerDataCollectorTest.php
  42. 0 1
      tests/Symfony/Tests/Component/Routing/Loader/AbstractAnnotationLoaderTest.php
  43. 0 1
      tests/Symfony/Tests/Component/Routing/Loader/AnnotationClassLoaderTest.php
  44. 0 1
      tests/Symfony/Tests/Component/Routing/Loader/AnnotationDirectoryLoaderTest.php
  45. 0 1
      tests/Symfony/Tests/Component/Routing/Loader/AnnotationFileLoaderTest.php
  46. 0 1
      tests/Symfony/Tests/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategyTest.php
  47. 0 1
      tests/Symfony/Tests/Component/Security/Acl/Domain/PermissionGrantingStrategyTest.php
  48. 0 1
      tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/DaoAuthenticationProviderTest.php
  49. 0 1
      tests/Symfony/Tests/Component/Security/Http/Firewall/RememberMeListenerTest.php
  50. 0 1
      tests/Symfony/Tests/Component/Security/Http/HttpUtilsTest.php
  51. 0 1
      tests/Symfony/Tests/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php

+ 0 - 1
src/Symfony/Bundle/DoctrineBundle/Mapping/MetadataFactory.php

@@ -13,7 +13,6 @@ namespace Symfony\Bundle\DoctrineBundle\Mapping;
 
 use Symfony\Bridge\Doctrine\RegistryInterface;
 use Symfony\Component\HttpKernel\Bundle\BundleInterface;
-use Doctrine\ORM\Mapping\ClassMetadata;
 use Doctrine\ORM\Mapping\MappingException;
 
 /**

+ 0 - 2
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

@@ -13,9 +13,7 @@ namespace Symfony\Bundle\FrameworkBundle\DependencyInjection;
 
 use Symfony\Component\Config\Loader\LoaderInterface;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
-use Symfony\Component\DependencyInjection\Definition;
 use Symfony\Component\DependencyInjection\DefinitionDecorator;
-use Symfony\Component\DependencyInjection\Parameter;
 use Symfony\Component\DependencyInjection\Reference;
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
 use Symfony\Component\Config\Resource\FileResource;

+ 0 - 1
src/Symfony/Bundle/FrameworkBundle/EventListener/RouterListener.php

@@ -16,7 +16,6 @@ use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
 use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
-use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\Routing\Exception\MethodNotAllowedException;
 use Symfony\Component\Routing\Exception\ResourceNotFoundException;
 use Symfony\Component\Routing\RouterInterface;

+ 0 - 2
src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php

@@ -11,8 +11,6 @@
 
 namespace Symfony\Bundle\FrameworkBundle\EventListener;
 
-use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpFoundation\Cookie;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;

+ 0 - 1
src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.php

@@ -20,7 +20,6 @@ use Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\Fixtures\StubTemplate
 use Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\Fixtures\StubTranslator;
 use Symfony\Component\Form\FormView;
 use Symfony\Component\Templating\PhpEngine;
-use Symfony\Component\Templating\TemplateNameParser;
 use Symfony\Component\Templating\Loader\FilesystemLoader;
 use Symfony\Tests\Component\Form\AbstractDivLayoutTest;
 

+ 0 - 1
src/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperTableLayoutTest.php

@@ -20,7 +20,6 @@ use Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\Fixtures\StubTemplate
 use Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\Fixtures\StubTranslator;
 use Symfony\Component\Form\FormView;
 use Symfony\Component\Templating\PhpEngine;
-use Symfony\Component\Templating\TemplateNameParser;
 use Symfony\Component\Templating\Loader\FilesystemLoader;
 use Symfony\Tests\Component\Form\AbstractTableLayoutTest;
 

+ 0 - 1
src/Symfony/Bundle/SwiftmailerBundle/Logger/MessageLogger.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Bundle\SwiftmailerBundle\Logger;
 
-use Symfony\Component\EventDispatcher\Event;
 
 /**
  * MessageLogger.

+ 0 - 1
src/Symfony/Bundle/TwigBundle/Tests/Controller/ExceptionControllerTest.php

@@ -16,7 +16,6 @@ use Symfony\Bundle\TwigBundle\Tests\TestCase;
 use Symfony\Bundle\TwigBundle\Controller\ExceptionController;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
 use Symfony\Component\DependencyInjection\Scope;
-use Symfony\Component\DependencyInjection\Definition;
 use Symfony\Component\HttpFoundation\Request;
 
 class ExceptionControllerTest extends TestCase

+ 0 - 1
src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Bundle\WebProfilerBundle\EventListener;
 
-use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;

+ 0 - 1
src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php

@@ -17,7 +17,6 @@ use Symfony\Bundle\WebProfilerBundle\DependencyInjection\WebProfilerExtension;
 use Symfony\Component\DependencyInjection\Container;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
 use Symfony\Component\DependencyInjection\Definition;
-use Symfony\Component\DependencyInjection\Parameter;
 use Symfony\Component\DependencyInjection\Dumper\PhpDumper;
 use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
 use Symfony\Component\DependencyInjection\Scope;

+ 0 - 3
src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php

@@ -11,9 +11,6 @@
 
 namespace Symfony\Component\DependencyInjection\Compiler;
 
-use Symfony\Component\DependencyInjection\Alias;
-use Symfony\Component\DependencyInjection\Reference;
-use Symfony\Component\DependencyInjection\Definition;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
 
 /**

+ 0 - 1
src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php

@@ -17,7 +17,6 @@ use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Exception\FlattenException;
 use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
-use Symfony\Component\HttpFoundation\Request;
 
 /**
  * ExceptionListener.

+ 0 - 1
src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Component\HttpKernel\EventListener;
 
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
 use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;

+ 0 - 1
src/Symfony/Component/Locale/Stub/StubCollator.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Component\Locale\Stub;
 
-use Symfony\Component\Locale\Exception\NotImplementedException;
 use Symfony\Component\Locale\Exception\MethodNotImplementedException;
 use Symfony\Component\Locale\Exception\MethodArgumentValueNotImplementedException;
 

+ 0 - 1
src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php

@@ -12,7 +12,6 @@
 namespace Symfony\Component\Routing\Generator\Dumper;
 
 use Symfony\Component\Routing\RouteCollection;
-use Symfony\Component\Routing\Route;
 
 /**
  * GeneratorDumper is the base class for all built-in generator dumpers.

+ 0 - 1
src/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php

@@ -12,7 +12,6 @@
 namespace Symfony\Component\Routing\Matcher;
 
 use Symfony\Component\Routing\Exception\MethodNotAllowedException;
-use Symfony\Component\Routing\Route;
 
 /**
  * ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper).

+ 0 - 1
src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Component\Routing\Matcher\Dumper;
 
-use Symfony\Component\Routing\Route;
 
 /**
  * Dumps a set of Apache mod_rewrite rules.

+ 0 - 1
src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php

@@ -12,7 +12,6 @@
 namespace Symfony\Component\Routing\Matcher\Dumper;
 
 use Symfony\Component\Routing\RouteCollection;
-use Symfony\Component\Routing\Route;
 
 /**
  * MatcherDumper is the abstract class for all built-in matcher dumpers.

+ 0 - 1
src/Symfony/Component/Routing/Matcher/UrlMatcher.php

@@ -13,7 +13,6 @@ namespace Symfony\Component\Routing\Matcher;
 
 use Symfony\Component\Routing\Exception\MethodNotAllowedException;
 use Symfony\Component\Routing\Exception\ResourceNotFoundException;
-use Symfony\Component\Routing\Route;
 use Symfony\Component\Routing\RouteCollection;
 use Symfony\Component\Routing\RequestContext;
 

+ 0 - 1
src/Symfony/Component/Security/Acl/Domain/Entry.php

@@ -13,7 +13,6 @@ namespace Symfony\Component\Security\Acl\Domain;
 
 use Symfony\Component\Security\Acl\Model\AclInterface;
 use Symfony\Component\Security\Acl\Model\AuditableEntryInterface;
-use Symfony\Component\Security\Acl\Model\EntryInterface;
 use Symfony\Component\Security\Acl\Model\SecurityIdentityInterface;
 
 /**

+ 0 - 1
src/Symfony/Component/Security/Acl/Voter/AclVoter.php

@@ -12,7 +12,6 @@
 namespace Symfony\Component\Security\Acl\Voter;
 
 use Symfony\Component\HttpKernel\Log\LoggerInterface;
-use Symfony\Component\Security\Acl\Domain\ObjectIdentity;
 use Symfony\Component\Security\Acl\Exception\NoAceFoundException;
 use Symfony\Component\Security\Acl\Exception\AclNotFoundException;
 use Symfony\Component\Security\Acl\Model\AclProviderInterface;

+ 0 - 1
src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php

@@ -13,7 +13,6 @@ namespace Symfony\Component\Security\Http\EntryPoint;
 
 use Symfony\Component\Security\Core\Exception\AuthenticationException;
 use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpFoundation\RedirectResponse;
 use Symfony\Component\HttpFoundation\Request;
 

+ 0 - 1
src/Symfony/Component/Security/Http/Firewall.php

@@ -13,7 +13,6 @@ namespace Symfony\Component\Security\Http;
 
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
-use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
 
 /**

+ 0 - 1
src/Symfony/Component/Security/Http/Firewall/ContextListener.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Component\Security\Http\Firewall;
 
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Log\LoggerInterface;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;

+ 0 - 1
src/Symfony/Component/Security/Http/Firewall/LogoutListener.php

@@ -17,7 +17,6 @@ use Symfony\Component\Security\Http\Logout\LogoutHandlerInterface;
 use Symfony\Component\Security\Core\SecurityContextInterface;
 use Symfony\Component\Security\Http\HttpUtils;
 use Symfony\Component\HttpFoundation\Response;
-use Symfony\Component\HttpFoundation\RedirectResponse;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
 
 /**

+ 0 - 1
src/Symfony/Component/Security/Http/Firewall/RememberMeListener.php

@@ -4,7 +4,6 @@ namespace Symfony\Component\Security\Http\Firewall;
 
 use Symfony\Component\HttpKernel\Log\LoggerInterface;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
 use Symfony\Component\Security\Core\Exception\AuthenticationException;
 use Symfony\Component\Security\Core\SecurityContext;

+ 0 - 1
src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php

@@ -19,7 +19,6 @@ use Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface
 use Symfony\Component\HttpKernel\Log\LoggerInterface;
 use Symfony\Component\HttpKernel\Event\GetResponseEvent;
 use Symfony\Component\Security\Core\Exception\AuthenticationException;
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpFoundation\RedirectResponse;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\Security\Core\Role\SwitchUserRole;

+ 0 - 1
src/Symfony/Component/Templating/Helper/AssetsHelper.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Component\Templating\Helper;
 
-use Symfony\Component\Templating\Asset\Package;
 use Symfony\Component\Templating\Asset\PathPackage;
 use Symfony\Component\Templating\Asset\UrlPackage;
 

+ 0 - 1
src/Symfony/Component/Validator/GraphWalker.php

@@ -13,7 +13,6 @@ namespace Symfony\Component\Validator;
 
 use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
 use Symfony\Component\Validator\Constraint;
-use Symfony\Component\Validator\Constraints\Valid;
 use Symfony\Component\Validator\Exception\UnexpectedTypeException;
 use Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface;
 use Symfony\Component\Validator\Mapping\ClassMetadata;

+ 0 - 1
src/Symfony/Component/Validator/Mapping/ClassMetadata.php

@@ -12,7 +12,6 @@
 namespace Symfony\Component\Validator\Mapping;
 
 use Symfony\Component\Validator\Constraint;
-use Symfony\Component\Validator\Constraints\Valid;
 use Symfony\Component\Validator\Exception\ConstraintDefinitionException;
 use Symfony\Component\Validator\Exception\GroupDefinitionException;
 

+ 0 - 1
src/Symfony/Component/Validator/Validator.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Component\Validator;
 
-use Symfony\Component\Validator\Mapping\ClassMetadata;
 use Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface;
 
 /**

+ 0 - 1
tests/Symfony/Tests/Bridge/Doctrine/Form/Type/EntityTypeTest.php

@@ -26,7 +26,6 @@ use Symfony\Tests\Bridge\Doctrine\Fixtures\CompositeIdentEntity;
 use Symfony\Tests\Bridge\Doctrine\Fixtures\CompositeStringIdentEntity;
 use Symfony\Bridge\Doctrine\Form\DoctrineOrmExtension;
 use Doctrine\ORM\Tools\SchemaTool;
-use Doctrine\ORM\EntityManager;
 use Doctrine\Common\Collections\ArrayCollection;
 
 class EntityTypeTest extends TypeTestCase

+ 0 - 1
tests/Symfony/Tests/Component/Config/Loader/DelegatingLoaderTest.php

@@ -13,7 +13,6 @@ namespace Symfony\Tests\Component\Config\Loader;
 
 use Symfony\Component\Config\Loader\LoaderResolver;
 use Symfony\Component\Config\Loader\DelegatingLoader;
-use Symfony\Component\Routing\Route;
 
 class DelegatingLoaderTest extends \PHPUnit_Framework_TestCase
 {

+ 0 - 1
tests/Symfony/Tests/Component/Console/Formatter/OutputFormatterTest.php

@@ -12,7 +12,6 @@
 namespace Symfony\Tests\Component\Console\Formatter;
 
 use Symfony\Component\Console\Formatter\OutputFormatter;
-use Symfony\Component\Console\Formatter\OutputFormatterStyle;
 
 class FormatterStyleTest extends \PHPUnit_Framework_TestCase
 {

+ 0 - 1
tests/Symfony/Tests/Component/Form/Extension/Core/Type/ChoiceTypeTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Form\Extension\Core\Type;
 
-use Symfony\Component\Form\ChoiceField;
 use Symfony\Component\Form\Exception\UnexpectedTypeException;
 
 class ChoiceTypeTest extends TypeTestCase

+ 0 - 1
tests/Symfony/Tests/Component/Form/Extension/Core/Type/CollectionTypeTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Form\Extension\Core\Type;
 
-use Symfony\Component\Form\CollectionForm;
 use Symfony\Component\Form\Form;
 
 class CollectionFormTest extends TypeTestCase

+ 0 - 1
tests/Symfony/Tests/Component/Form/Extension/Core/Type/DateTimeTypeTest.php

@@ -13,7 +13,6 @@ namespace Symfony\Tests\Component\Form\Extension\Core\Type;
 
 require_once __DIR__ . '/LocalizedTestCase.php';
 
-use Symfony\Component\Form\TimeField;
 use Symfony\Component\Form\FormError;
 
 class DateTimeTypeTest extends LocalizedTestCase

+ 0 - 2
tests/Symfony/Tests/Component/Form/Extension/Core/Type/FormTypeTest.php

@@ -15,9 +15,7 @@ require_once __DIR__ . '/TypeTestCase.php';
 require_once __DIR__ . '/../../../Fixtures/Author.php';
 
 use Symfony\Component\Form\Form;
-use Symfony\Component\Form\Field;
 use Symfony\Component\Form\CallbackTransformer;
-use Symfony\Component\Validator\ConstraintViolation;
 use Symfony\Tests\Component\Form\Fixtures\Author;
 
 class FormTest_AuthorWithoutRefSetter

+ 0 - 1
tests/Symfony/Tests/Component/Form/Extension/Core/Type/RepeatedTypeTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Form\Extension\Core\Type;
 
-use Symfony\Component\Form\Field;
 
 class RepeatedTypeTest extends TypeTestCase
 {

+ 0 - 1
tests/Symfony/Tests/Component/Form/FormBuilderTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Form;
 
-use Symfony\Component\Form\FormFactory;
 use Symfony\Component\Form\FormBuilder;
 use Symfony\Component\Form\Guess\Guess;
 

+ 0 - 1
tests/Symfony/Tests/Component/HttpKernel/DataCollector/LoggerDataCollectorTest.php

@@ -14,7 +14,6 @@ namespace Symfony\Tests\Component\HttpKernel\DataCollector;
 use Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
-use Symfony\Tests\Component\HttpKernel\Logger;
 
 class LoggerDataCollectorTest extends \PHPUnit_Framework_TestCase
 {

+ 0 - 1
tests/Symfony/Tests/Component/Routing/Loader/AbstractAnnotationLoaderTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Routing\Loader;
 
-use Symfony\Component\Routing\Route;
 
 abstract class AbstractAnnotationLoaderTest extends \PHPUnit_Framework_TestCase
 {

+ 0 - 1
tests/Symfony/Tests/Component/Routing/Loader/AnnotationClassLoaderTest.php

@@ -12,7 +12,6 @@
 namespace Symfony\Tests\Component\Routing\Loader;
 
 use Symfony\Component\Routing\Loader\AnnotationClassLoader;
-use Symfony\Component\Routing\Route;
 
 require_once __DIR__.'/../Fixtures/AnnotatedClasses/AbstractClass.php';
 require_once __DIR__.'/AbstractAnnotationLoaderTest.php';

+ 0 - 1
tests/Symfony/Tests/Component/Routing/Loader/AnnotationDirectoryLoaderTest.php

@@ -12,7 +12,6 @@
 namespace Symfony\Tests\Component\Routing\Loader;
 
 use Symfony\Component\Routing\Loader\AnnotationDirectoryLoader;
-use Symfony\Component\Routing\Route;
 use Symfony\Component\Config\FileLocator;
 
 require_once __DIR__.'/AbstractAnnotationLoaderTest.php';

+ 0 - 1
tests/Symfony/Tests/Component/Routing/Loader/AnnotationFileLoaderTest.php

@@ -12,7 +12,6 @@
 namespace Symfony\Tests\Component\Routing\Loader;
 
 use Symfony\Component\Routing\Loader\AnnotationFileLoader;
-use Symfony\Component\Routing\Route;
 use Symfony\Component\Config\FileLocator;
 
 require_once __DIR__.'/AbstractAnnotationLoaderTest.php';

+ 0 - 1
tests/Symfony/Tests/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategyTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Security\Acl\Domain;
 
-use Symfony\Component\Security\Acl\Domain\ObjectIdentity;
 use Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy;
 
 class ObjectIdentityRetrievalStrategyTest extends \PHPUnit_Framework_TestCase

+ 0 - 1
tests/Symfony/Tests/Component/Security/Acl/Domain/PermissionGrantingStrategyTest.php

@@ -15,7 +15,6 @@ use Symfony\Component\Security\Acl\Domain\ObjectIdentity;
 use Symfony\Component\Security\Acl\Domain\RoleSecurityIdentity;
 use Symfony\Component\Security\Acl\Domain\Acl;
 use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity;
-use Symfony\Component\Security\Acl\Domain\Entry;
 use Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy;
 use Symfony\Component\Security\Acl\Exception\NoAceFoundException;
 

+ 0 - 1
tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/DaoAuthenticationProviderTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Security\Core\Authentication\Provider;
 
-use Symfony\Component\Security\Core\Encoder\EncoderFactory;
 
 use Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder;
 

+ 0 - 1
tests/Symfony/Tests/Component/Security/Http/Firewall/RememberMeListenerTest.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Tests\Component\Security\Http\Firewall;
 
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\Security\Core\Exception\AuthenticationException;
 use Symfony\Component\Security\Http\Firewall\RememberMeListener;
 use Symfony\Component\HttpFoundation\Request;

+ 0 - 1
tests/Symfony/Tests/Component/Security/Http/HttpUtilsTest.php

@@ -12,7 +12,6 @@
 namespace Symfony\Tests\Component\Security\Http;
 
 use Symfony\Component\HttpFoundation\Request;
-use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\Security\Http\HttpUtils;
 use Symfony\Component\Routing\Exception\ResourceNotFoundException;
 

+ 0 - 1
tests/Symfony/Tests/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php

@@ -14,7 +14,6 @@ namespace Symfony\Tests\Component\Security\Http\RememberMe;
 use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface;
 
 use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;
-use Symfony\Component\HttpFoundation\HeaderBag;
 use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
 use Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken;
 use Symfony\Component\HttpFoundation\Request;