Esempio n. 1
0
 /**
  * @When I choose :country as the country
  */
 public function iChooseCountryAs($country)
 {
     $this->updatePage->chooseCountry($country);
 }