Skip to content

Commit c7f7685

Browse files
[DoctrineBridge] Fix risky test warnings
1 parent 47564ce commit c7f7685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Form/Type/EntityTypePerformanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
class EntityTypePerformanceTest extends FormPerformanceTestCase
2626
{
27-
private const ENTITY_CLASS = 'Symfony\Bridge\Doctrine\Tests\Fixtures\SingleIntIdEntity';
27+
private const ENTITY_CLASS = SingleIntIdEntity::class;
2828

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

0 commit comments

Comments
 (0)