Ejemplo n.º 1
0
 /**
  * @When I specify the first name as :firstName
  * @When I remove the first name
  */
 public function iSpecifyTheFirstName($firstName = null)
 {
     $this->profileUpdatePage->specifyFirstName($firstName);
 }