Пример #1
0
 /**
  * @When I make it applicable for the :taxCategoryName tax category
  * @When I change it to be applicable for the :taxCategoryName tax category
  */
 public function iMakeItApplicableForTheTaxCategory($taxCategoryName)
 {
     $this->createPage->chooseCategory($taxCategoryName);
 }