hasShipment() public method

public hasShipment ( string $shippingMethodName ) : boolean
$shippingMethodName string
return boolean
Esempio n. 1
0
 /**
  * @Then it should have shipment in state :shipmentState
  */
 public function itShouldHaveShipmentState($shipmentState)
 {
     Assert::true($this->showPage->hasShipment($shipmentState), sprintf('It should have shipment with %s state', $shipmentState));
 }