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

getValidationMessageForShipment() public method

    public function getValidationMessageForShipment();

Usage Example

Ejemplo n.º 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.');
 }