protected $proxyServicesPass;
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->proxyServicesPass =
new ProxyServicesPass();
} /**
* @covers ::process
*/
public function testContainerWithoutLazyServices() { $container =
new ContainerBuilder();
$container->
register('plugin_cache_clearer', 'Drupal\Core\Plugin\CachedDiscoveryClearer'
);
$this->proxyServicesPass->
process($container);