コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: remyma/Sylius
 /**
  * @When I decide to change my address
  */
 public function iDecideToChangeMyAddress()
 {
     $this->shippingPage->changeAddress();
 }