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

getValidationMessageForShipment() public méthode

    public function getValidationMessageForShipment();

Usage Example

Exemple #1
0
 /**
  * @Then I should be notified that the shipping method is required
  */
 public function iShouldBeNotifiedThatTheShippingMethodIsRequired()
 {
     Assert::same($this->selectShippingPage->getValidationMessageForShipment(), 'Please select shipping method.');
 }