protected $backendPass;
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->backendPass =
new BackendCompilerPass();
} /**
* Tests the process method.
*
* @param string $expected_class
* The expected used class.
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
* The container.
*
* @dataProvider providerTestProcess
*
* @covers ::process
*/