Skip to content

Commit a3f43e9

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix nullable entitymanager in functional repository tests
2 parents 658acef + 8b70334 commit a3f43e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ so, get the entity manager via the service container as follows::
9999

100100
class ProductRepositoryTest extends KernelTestCase
101101
{
102-
private EntityManager $entityManager;
102+
private ?EntityManager $entityManager;
103103

104104
protected function setUp(): void
105105
{

0 commit comments

Comments
 (0)