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
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

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

Méthodes protégées

Méthode Description
getDefinedElements ( )

Private Methods

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

Method Details

checkChannel() public méthode

public checkChannel ( $channelName )

chooseCalculator() public méthode

public chooseCalculator ( $name )

chooseZone() public méthode

public chooseZone ( $name )

describeIt() public méthode

public describeIt ( $description, $languageCode )

getDefinedElements() protected méthode

protected getDefinedElements ( )

getValidationMessageForAmount() public méthode

public getValidationMessageForAmount ( $channelCode )

nameIt() public méthode

public nameIt ( $name, $language )

specifyAmountForChannel() public méthode

public specifyAmountForChannel ( $channelCode, $amount )

specifyPosition() public méthode

public specifyPosition ( $position )