Skip to content

Commit

Permalink
removed unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 4, 2012
1 parent 852f706 commit ddcaa70
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Tests/AbstractLayoutTest.php
Expand Up @@ -13,8 +13,6 @@

use Symfony\Component\Form\FormError;
use Symfony\Component\Form\FormView;
use Symfony\Component\Form\FormFactory;
use Symfony\Component\Form\Extension\Core\CoreExtension;
use Symfony\Component\Form\Extension\Csrf\CsrfExtension;

abstract class AbstractLayoutTest extends FormIntegrationTestCase
Expand Down
2 changes: 0 additions & 2 deletions Tests/CompoundFormTest.php
Expand Up @@ -12,12 +12,10 @@
namespace Symfony\Component\Form\Tests;

use Symfony\Component\Form\Form;
use Symfony\Component\Form\FormView;
use Symfony\Component\Form\FormError;
use Symfony\Component\Form\Extension\HttpFoundation\EventListener\BindRequestListener;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\Form\Tests\Fixtures\FixedDataTransformer;

class CompoundFormTest extends AbstractFormTest
Expand Down
5 changes: 0 additions & 5 deletions Tests/FormFactoryTest.php
Expand Up @@ -11,20 +11,15 @@

namespace Symfony\Component\Form\Tests;

use Symfony\Component\Form\FormBuilder;
use Symfony\Component\Form\FormTypeGuesserChain;
use Symfony\Component\Form\FormFactory;
use Symfony\Component\Form\Guess\Guess;
use Symfony\Component\Form\Guess\ValueGuess;
use Symfony\Component\Form\Guess\TypeGuess;
use Symfony\Component\Form\Tests\Fixtures\Author;
use Symfony\Component\Form\Tests\Fixtures\AuthorType;
use Symfony\Component\Form\Tests\Fixtures\TestExtension;
use Symfony\Component\Form\Tests\Fixtures\FooType;
use Symfony\Component\Form\Tests\Fixtures\FooSubType;
use Symfony\Component\Form\Tests\Fixtures\FooSubTypeWithParentInstance;
use Symfony\Component\Form\Tests\Fixtures\FooTypeBarExtension;
use Symfony\Component\Form\Tests\Fixtures\FooTypeBazExtension;

/**
* @author Bernhard Schussek <bschussek@gmail.com>
Expand Down
1 change: 0 additions & 1 deletion Tests/FormIntegrationTestCase.php
Expand Up @@ -12,7 +12,6 @@
namespace Symfony\Component\Form\Tests;

use Symfony\Component\Form\Forms;
use Symfony\Component\Form\Extension\Core\CoreExtension;

/**
* @author Bernhard Schussek <bschussek@gmail.com>
Expand Down
1 change: 0 additions & 1 deletion Tests/ResolvedFormTypeTest.php
Expand Up @@ -14,7 +14,6 @@
use Symfony\Component\Form\ResolvedFormType;
use Symfony\Component\Form\FormView;
use Symfony\Component\Form\FormBuilder;
use Symfony\Component\Form\FormConfigBuilder;
use Symfony\Component\Form\Form;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;

Expand Down

0 comments on commit ddcaa70

Please sign in to comment.