Sylius\Behat\Context\Setup\TaxonomyContext::theStoreHasTaxonomyNamedInAndIn PHP Method

theStoreHasTaxonomyNamedInAndIn() public method

public theStoreHasTaxonomyNamedInAndIn ( $firstName, $firstLocale, $secondName, $secondLocale )
    public function theStoreHasTaxonomyNamedInAndIn($firstName, $firstLocale, $secondName, $secondLocale)
    {
        $translationMap = [$firstLocale => $firstName, $secondLocale => $secondName];
        $this->taxonRepository->add($this->createTaxonInManyLanguages($translationMap));
    }