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

hasNoAvailableShippingMethodsWarning() public méthode

    public function hasNoAvailableShippingMethodsWarning();

Usage Example

Exemple #1
0
 /**
  * @Then there should be information about no shipping methods available for my shipping address
  */
 public function thereShouldBeInformationAboutNoShippingMethodsAvailableForMyShippingAddress()
 {
     Assert::true($this->selectShippingPage->hasNoAvailableShippingMethodsWarning(), 'There should be warning about no available shipping methods, but it does not.');
 }