Skip to content

Commit

Permalink
PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Jun 19, 2023
1 parent e433255 commit 7ce0d36
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ protected function registerCompilerPass(ContainerBuilder $container): void
$container->addCompilerPass(new DoctrineProviderConfigurationCompilerPass());
}

// public function testCompilerPass(): void
// {
// $this->compile();
//
// $serviceId = 'dh_auditor.provider.doctrine.storage_services.doctrine.orm.default_entity_manager';
// $this->assertContainerBuilderHasAlias($serviceId, StorageService::class);
// $this->assertContainerBuilderHasService($serviceId, StorageService::class);
// }
// public function testCompilerPass(): void
// {
// $this->compile();
//
// $serviceId = 'dh_auditor.provider.doctrine.storage_services.doctrine.orm.default_entity_manager';
// $this->assertContainerBuilderHasAlias($serviceId, StorageService::class);
// $this->assertContainerBuilderHasService($serviceId, StorageService::class);
// }
}

0 comments on commit 7ce0d36

Please sign in to comment.