return $this->
createPluginService( __DIR__ . '/_fixture/plugins',
$this->
getContainer()->
getParameter('kernel.project_dir'
),
$this->
getContainer()->
get('plugin.repository'
),
$this->
getContainer()->
get('language.repository'
),
$this->
getContainer()->
get(PluginFinder::
class) );
} private function getCacheClearer(): CacheClearer
{ return new CacheClearer( [],
$this->
getContainer()->
get('cache_clearer'
),
$this->filesystem,
$this->cacheDir,
'test',
false,
$this->
getContainer()->
get('messenger.bus.shopware'
) );
} private function containerCacheExists(): bool
{