/** * @Then there should be a shipping charge :shippingCharge */ public function theOrdersShippingChargesShouldBe($shippingCharge) { Assert::true($this->showPage->hasShippingCharge($shippingCharge), sprintf('Shipping charges is not "%s".', $shippingCharge)); }