From 23a8a630aa7168fc6f07c32705c472fbb4e1427b Mon Sep 17 00:00:00 2001 From: Jeroen <4200784+JeroenMoonen@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:42:14 +0100 Subject: [PATCH] Update database.rst --- testing/database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/database.rst b/testing/database.rst index 97b2f3fdfd5..744c5da4fa9 100644 --- a/testing/database.rst +++ b/testing/database.rst @@ -98,7 +98,7 @@ so, get the entity manager via the service container as follows:: class ProductRepositoryTest extends KernelTestCase { - private \Doctrine\ORM\EntityManager $entityManager; + private \Doctrine\Persistence\ObjectManager $entityManager; protected function setUp(): void {