Esempio n. 1
0
 /**
  * @When I specify the city as :city
  * @When I do not specify the city
  */
 public function iSpecifyTheCityAs($city = null)
 {
     $this->updatePage->specifyCity($city);
 }