return $this->
getFilesystem('shopware.filesystem.private'
);
} /**
* @after
*
* @before
*/
public function removeWrittenFilesAfterFilesystemTests(): void
{ MemoryAdapterFactory::
clearInstancesMemory();
} abstract protected static function getContainer(): ContainerInterface;
}