Ejemplo n.º 1
0
 /**
  * @When I specify the customer email as :email
  * @When I remove the customer email
  */
 public function iSpecifyCustomerTheEmail($email = null)
 {
     $this->profileUpdatePage->specifyEmail($email);
 }