use Shopware\Tests\Unit\Core\System\Snippet\Files\_fixtures\SnippetSet\SnippetSet;
/**
* @internal
*
* @covers \Shopware\Core\System\Snippet\Files\SnippetFileLoader
*/
class SnippetFileLoaderTest extends TestCase
{ public function testLoadSnippetsFromShopwareBundle(): void
{ $kernel =
new MockedKernel( [ 'ShopwareBundleWithSnippets' =>
new ShopwareBundleWithSnippets(),
] );
$collection =
new SnippetFileCollection();
$snippetFileLoader =
new SnippetFileLoader( $kernel,
$this->
createMock(Connection::
class),
$this->
createMock(AppSnippetFileLoader::
class),