Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface::hasNoShippingMethodsMessage PHP Méthode

hasNoShippingMethodsMessage() public méthode

    public function hasNoShippingMethodsMessage();

Usage Example

Exemple #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.');
 }