public function testLoadSnippetFilesIntoCollectionDoesNotOverwriteFiles(): void
{ $kernel =
new MockedKernel( [ 'ShopwareBundleWithSnippets' =>
new ShopwareBundleWithSnippets(),
] );
$collection =
new SnippetFileCollection([ new GenericSnippetFile( 'test',
__DIR__ . '/_fixtures/ShopwareBundleWithSnippets/Resources/snippet/storefront.de-DE.json',
'xx-XX',
'test Author',
true,
'ShopwareBundleWithSnippets'
),
new GenericSnippetFile( 'test',
__DIR__ . '/_fixtures/ShopwareBundleWithSnippets/Resources/snippet/storefront.en-GB.json',
'yy-YY',