コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: remyma/Sylius
 /**
  * @Given I should see shipping method :shippingMethodName with fee :fee
  */
 public function iShouldSeeShippingFee($shippingMethodName, $fee)
 {
     Assert::true($this->shippingPage->hasShippingMethodFee($shippingMethodName, $fee), sprintf('The shipping fee should be %s, but it does not.', $fee));
 }