コード例 #1
0
ファイル: ProductContext.php プロジェクト: okwinza/Sylius
 /**
  * @When /^I browse products from (taxon "([^"]+)")$/
  */
 public function iCheckListOfProductsForTaxon(TaxonInterface $taxon)
 {
     $this->taxonShowPage->open(['permalink' => $taxon->getPermalink()]);
 }