Skip to content

Commit 5748292

Browse files
committed
Replace usages of the deprecated TypeTestCase by the new one
1 parent 90a5d07 commit 5748292

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Tests/Form/Type/EntityTypePerformanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Bridge\Doctrine\Tests\Form\Type;
1313

14-
use Symfony\Component\Form\Tests\FormPerformanceTestCase;
14+
use Symfony\Component\Form\Test\FormPerformanceTestCase;
1515
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity;
1616
use Doctrine\ORM\Tools\SchemaTool;
1717
use Symfony\Bridge\Doctrine\Tests\DoctrineOrmTestCase;

Tests/Form/Type/EntityTypeTest.php

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

1414
use Symfony\Bridge\Doctrine\Test\DoctrineTestHelper;
15-
use Symfony\Component\Form\Exception\UnexpectedTypeException;
1615
use Symfony\Component\Form\Test\TypeTestCase;
1716
use Symfony\Bridge\Doctrine\Tests\Fixtures\GroupableEntity;
1817
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity;

0 commit comments

Comments
 (0)