PHP Class Sylius\Behat\Page\Admin\ShippingMethod\CreatePage

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\CreatePage, implements Sylius\Behat\Page\Admin\ShippingMethod\CreatePageInterface, use trait Sylius\Behat\Behaviour\SpecifiesItsCode
Show file Open project: sylius/sylius

Public Methods

Method Description
checkChannel ( $channelName )
chooseCalculator ( $name )
chooseZone ( $name )
describeIt ( $description, $languageCode )
getValidationMessageForAmount ( $channelCode )
nameIt ( $name, $language )
specifyAmountForChannel ( $channelCode, $amount )
specifyPosition ( $position )

Protected Methods

Method Description
getDefinedElements ( )

Private Methods

Method Description
getFieldElement ( string $element, array $parameters = [] ) : Behat\Mink\Element\NodeElement | null

Method Details

checkChannel() public method

public checkChannel ( $channelName )

chooseCalculator() public method

public chooseCalculator ( $name )

chooseZone() public method

public chooseZone ( $name )

describeIt() public method

public describeIt ( $description, $languageCode )

getDefinedElements() protected method

protected getDefinedElements ( )

getValidationMessageForAmount() public method

public getValidationMessageForAmount ( $channelCode )

nameIt() public method

public nameIt ( $name, $language )

specifyAmountForChannel() public method

public specifyAmountForChannel ( $channelCode, $amount )

specifyPosition() public method

public specifyPosition ( $position )