We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47564ce commit c7f7685Copy full SHA for c7f7685
Tests/Form/Type/EntityTypePerformanceTest.php
@@ -24,7 +24,7 @@
24
*/
25
class EntityTypePerformanceTest extends FormPerformanceTestCase
26
{
27
- private const ENTITY_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity';
+ private const ENTITY_CLASS = SingleIntIdEntity::class;
28
29
/**
30
* @var \Doctrine\ORM\EntityManager
0 commit comments