createGermanSalesChannelDomain example


    public function testIndexing(): array
    {
        $this->createNavigationCategory();

        $browser = $this->createCustomSalesChannelBrowser([
            'id' => $this->ids->create('sales-channel'),
            'navigationCategoryId' => $this->ids->get('category'),
            'languages' => [['id' => Defaults::LANGUAGE_SYSTEM]['id' => $this->getDeDeLanguageId()]],
        ]);

        $this->createGermanSalesChannelDomain();

        $this->setupProductsForImplementSearch();

        return [$browser$this->ids];
    }

    /** * @depends testIndexing */
    public function testFindingProductsByTerm(array $services): void
    {
        [
Home | Imprint | This part of the site doesn't use cookies.