Esempio n. 1
0
 /**
  * @When I specify the postcode as :postcode
  */
 public function iSpecifyThePostcodeAs($postcode)
 {
     $this->updatePage->specifyPostcode($postcode);
 }