Sylius\Behat\Page\Shop\Checkout\SelectPaymentPageInterface::hasNoAvailablePaymentMethodsWarning PHP Метод

hasNoAvailablePaymentMethodsWarning() публичный Метод

public hasNoAvailablePaymentMethodsWarning ( ) : boolean
Результат boolean
    public function hasNoAvailablePaymentMethodsWarning();

Usage Example

Пример #1
0
 /**
  * @Then there should be information about no payment methods available for my order
  */
 public function thereShouldBeInformationAboutNoPaymentMethodsAvailableForMyOrder()
 {
     Assert::true($this->selectPaymentPage->hasNoAvailablePaymentMethodsWarning(), 'There should be warning about no available payment methods, but it does not.');
 }