Merge branch 'fix-person-tests' into 139_demandeur

This commit is contained in:
2021-05-13 21:44:22 +02:00
12 changed files with 20 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ class PersonDuplicateControllerViewTest extends WebTestCase
{
static::bootKernel();
$this->em = static::$kernel->getContainer()
$this->em = static::$container
->get('doctrine.orm.entity_manager');
$center = $this->em->getRepository('ChillMainBundle:Center')