Esempio n. 1
0
 /**
  * @When I specify the first name as :firstName
  * @When I do not specify the first name
  */
 public function iSpecifyTheFirstNameAs($firstName = null)
 {
     $this->updatePage->specifyFirstName($firstName);
 }