parent::
setUp();
$this->searchPageLoader =
$this->
getContainer()->
get(SearchPageLoader::
class);
$this->suggestPageLoader =
$this->
getContainer()->
get(SuggestPageLoader::
class);
$this->productPageLoader =
$this->
getContainer()->
get(ProductPageLoader::
class);
$this->productRepository =
$this->
getContainer()->
get('product.repository'
);
$this->contextFactory =
$this->
getContainer()->
get(SalesChannelContextFactory::
class);
$this->searchKeywordUpdater =
$this->
getContainer()->
get(SearchKeywordUpdater::
class);
$this->
resetSearchKeywordUpdaterConfig();
$this->ids =
new IdsCollection();
$this->
insertData();
} public function testVisibilityInListing(): void
{ $salesChannelContext =
$this->contextFactory->
create(Uuid::
randomHex(),
$this->salesChannelId1
);
$request =
new Request();
$request->attributes->
set('_route_params',
['navigationId' =>
$this->categoryId
]);