Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | final class CreateDbRegenerationServiceLocatorCompilerPass implements CompilerPassInterface |
||
15 | { |
||
16 | public const TAG_SERVICE_LOCATOR = 'container.service_locator'; |
||
17 | public const TEST_DB_REGENERATION_SERVICE_LOCATOR = 'test_db_regeneration.service_locator'; |
||
18 | |||
19 | 6 | public function process(ContainerBuilder $containerBuilder): void |
|
52 |