Skip to content

Commit 899e2fe

Browse files
committed
minor #19394 [Testing] Update database.rst (JeroenMoonen)
This PR was submitted for the 7.0 branch but it was merged into the 6.3 branch instead. Discussion ---------- [Testing] Update database.rst Updated typo Commits ------- 23a8a63 Update database.rst
2 parents 88619c3 + 23a8a63 commit 899e2fe

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
@@ -98,7 +98,7 @@ so, get the entity manager via the service container as follows::
9898

9999
class ProductRepositoryTest extends KernelTestCase
100100
{
101-
private \Doctrine\ORM\EntityManager $entityManager;
101+
private \Doctrine\Persistence\ObjectManager $entityManager;
102102

103103
protected function setUp(): void
104104
{

0 commit comments

Comments
 (0)