Skip to content

Commit 4ce1226

Browse files
committed
fix tests depending on other components' tests
1 parent 8ca8c8f commit 4ce1226

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Test/FormPerformanceTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Form\Test;
1313

14-
use Symfony\Component\Form\Tests\VersionAwareTest;
15-
1614
/**
1715
* Base class for performance tests.
1816
*
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\Form\Tests;
12+
namespace Symfony\Component\Form\Test;
1313

14+
/**
15+
* @internal
16+
*/
1417
trait VersionAwareTest
1518
{
1619
protected static $supportedFeatureSetVersion = 304;

Tests/AbstractLayoutTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Symfony\Component\Form\FormError;
1616
use Symfony\Component\Form\FormView;
1717
use Symfony\Component\Form\Test\FormIntegrationTestCase;
18+
use Symfony\Component\Form\Test\VersionAwareTest;
1819

1920
abstract class AbstractLayoutTest extends FormIntegrationTestCase
2021
{

Tests/Extension/Core/Type/BaseTypeTest.php

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

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

1717
/**
1818
* @author Bernhard Schussek <[email protected]>

0 commit comments

Comments
 (0)