hasShippingTotal() публичный Метод

public hasShippingTotal ( string $price ) : boolean
$price string
Результат boolean
Пример #1
0
 /**
  * @Then my order shipping should be :price
  */
 public function myOrderShippingShouldBe($price)
 {
     Assert::true($this->completePage->hasShippingTotal($price), sprintf('The shipping total should be %s, but it is not.', $price));
 }