container = static::getContainer(); $this->entityManager = $this->container->get(EntityManagerInterface::class); } protected function tearDown(): void { parent::tearDown(); } }