8000 Fixed an entity class name. · symfony/symfony@50ff35a · GitHub
[go: up one dir, main page]

Skip to content

Commit 50ff35a

Browse files
committed
Fixed an entity class name.
Broken in #7940.
1 parent c2f9355 commit 50ff35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php

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

1414
use Symfony\Component\Form\Tests\FormPerformanceTestCase;
15-
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIdentEntity;
15+
use Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity;
1616
use Doctrine\ORM\Tools\SchemaTool;
1717
use Symfony\Bridge\Doctrine\Tests\DoctrineOrmTestCase;
1818
use Symfony\Component\Form\Extension\Core\CoreExtension;
@@ -23,7 +23,7 @@
2323
*/
2424
class EntityTypePerformanceTest extends FormPerformanceTestCase
2525
{
26-
const ENTITY_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIdentEntity';
26+
const ENTITY_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity';
2727

2828
/**
2929
* @var \Doctrine\ORM\EntityManager

0 commit comments

Comments
 (0)
0