Esempio n. 1
0
 /**
  * @When /^I want to modify a customer's (?:billing|shipping) address of (this order)$/
  */
 public function iWantToModifyACustomerSShippingAddress(OrderInterface $order)
 {
     $this->updatePage->open(['id' => $order->getId()]);
 }