8000 [Form] Remove unnecessary imports · symfony/symfony@ae8569e · GitHub
[go: up one dir, main page]

Skip to content

Commit ae8569e

Browse files
[Form] Remove unnecessary imports
1 parent c898802 commit ae8569e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Symfony/Component/Form/Test/FormPerformanceTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Form\Test;
1313

1414
use Symfony\Component\Form\Test\Traits\RunTestTrait;
15-
use Symfony\Component\Form\Tests\VersionAwareTest;
1615

1716
/**
1817
* Base class for performance tests.

src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Form\Tests\Extension\Core\Type;
1313

1414
use Symfony\Component\Form\Test\TypeTestCase;
15-
use Symfony\Component\Form\Tests\VersionAwareTest;
1615

1716
/**
1817
* @author Bernhard Schussek <bschussek@gmail.com>

0 commit comments

Comments
 (0)
0