integration = new DynamicsIntegration( $this->dispatcher, $this->cache, $this->em, $this->session, $this->request, $this->router, $this->translator, $this->logger, $this->encryptionHelper, $this->leadModel, $this->companyModel, $this->pathsHelper, $this->notificationModel, $this->fieldModel, $this->integrationEntityModel, $this->doNotContact ); } public function testIntegration(): void { $this->assertSame('Dynamics', $this->integration->getName()); } }