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