Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface::hasNoShippingMethodsMessage PHP Method

hasNoShippingMethodsMessage() public method

    public function hasNoShippingMethodsMessage();

Usage Example

Esempio n. 1
0
 /**
  * @Then I should be informed that my order cannot be shipped to this address
  */
 public function iShouldBeInformedThatMyOrderCannotBeShippedToThisAddress()
 {
     Assert::true($this->selectShippingPage->hasNoShippingMethodsMessage(), 'Shipping page should have no shipping methods message but it does not.');
 }