Exemplo n.º 1
0
 /**
  * @Given /^(his) shipping (address is "(?:[^"]+)", "(?:[^"]+)", "(?:[^"]+)", "(?:[^"]+)" for "(?:[^"]+)")$/
  */
 public function heHasShippingAddress(CustomerInterface $customer, AddressInterface $address)
 {
     $customer->setShippingAddress($address);
     $this->customerManager->flush();
 }