private ProductSliderCmsElementResolver
$sliderResolver;
private string
$productStreamId;
private MockObject&SystemConfigService
$systemConfig;
protected function setUp(): void
{ $this->systemConfig =
$this->
createMock(SystemConfigService::
class);
$this->sliderResolver =
new ProductSliderCmsElementResolver($this->
createMock(ProductStreamBuilder::
class),
$this->systemConfig
);
$this->productStreamId = Uuid::
randomHex();
} public function testGetType(): void
{ static::
assertSame('product-slider',
$this->sliderResolver->
getType());
} public function testCollectWithEmptyConfig(): void
{