File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bridge/Doctrine/Tests/Form/Type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bridge \Doctrine \Tests \Form \Type;
13
13
14
14
use Symfony \Component \Form \Tests \FormPerformanceTestCase ;
15
- use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIdentEntity ;
15
+ use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdEntity ;
16
16
use Doctrine \ORM \Tools \SchemaTool ;
17
17
use Symfony \Bridge \Doctrine \Tests \DoctrineOrmTestCase ;
18
18
use Symfony \Component \Form \Extension \Core \CoreExtension ;
23
23
*/
24
24
class EntityTypePerformanceTest extends FormPerformanceTestCase
25
25
{
26
- const ENTITY_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIdentEntity ' ;
26
+ const ENTITY_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity ' ;
27
27
28
28
/**
29
29
* @var \Doctrine\ORM\EntityManager
You can’t perform that action at this time.
0 commit comments