Ejemplo n.º 1
0
 /**
  * @Then my order's shipping method should be :shippingMethod
  */
 public function myOrderSShippingMethodShouldBe(ShippingMethodInterface $shippingMethod)
 {
     Assert::true($this->summaryPage->hasShippingMethod($shippingMethod), sprintf('I should see %s shipping method, but I do not.', $shippingMethod->getName()));
 }