コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: remyma/Sylius
 /**
  * @When I go to the payment step
  */
 public function iGoToThePaymentStep()
 {
     $this->summaryPage->changePaymentMethod();
 }