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

hasNoAvailableShippingMethodsWarning() public method

    public function hasNoAvailableShippingMethodsWarning();

Usage Example

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