Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  Fix nullable entitymanager in functional repository tests
  • Loading branch information
javiereguiluz committed Apr 9, 2024
2 parents 658acef + 8b70334 commit a3f43e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ so, get the entity manager via the service container as follows::

class ProductRepositoryTest extends KernelTestCase
{
private EntityManager $entityManager;
private ?EntityManager $entityManager;

protected function setUp(): void
{
Expand Down

0 comments on commit a3f43e9

Please sign in to comment.