Skip to content

Commit 48f3744

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Fix nullable entitymanager in functional repository tests
2 parents fb76821 + a3f43e9 commit 48f3744

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)