[TESTS] Add ignore annotations to code paths that serve as hooks in DependencyInjection
This commit is contained in:
@@ -39,6 +39,9 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
|
||||
class ModuleManagerPass implements CompilerPassInterface
|
||||
{
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function process(ContainerBuilder $container)
|
||||
{
|
||||
ModuleManager::process($container);
|
||||
|
Reference in New Issue
Block a user