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

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

Méthodes publiques

Méthode Description
choosePricingCalculator ( $name )
getFirstPriceValidationMessage ( )
getPricesValidationMessage ( )
getValidationMessageForForm ( )
nameIt ( $name )
selectOption ( $optionName, $optionValue )
selectShippingCategory ( $shippingCategoryName )
specifyCurrentStock ( $currentStock )
specifyHeightWidthDepthAndWeight ( $height, $width, $depth, $weight )
specifyPrice ( $price, $channel )
specifyPriceForChannelAndCurrency ( $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )

Méthodes protégées

Méthode Description
getDefinedElements ( )

Method Details

choosePricingCalculator() public méthode

public choosePricingCalculator ( $name )

getDefinedElements() protected méthode

protected getDefinedElements ( )

getFirstPriceValidationMessage() public méthode

getPricesValidationMessage() public méthode

getValidationMessageForForm() public méthode

nameIt() public méthode

public nameIt ( $name )

selectOption() public méthode

public selectOption ( $optionName, $optionValue )

selectShippingCategory() public méthode

public selectShippingCategory ( $shippingCategoryName )

specifyCurrentStock() public méthode

public specifyCurrentStock ( $currentStock )

specifyHeightWidthDepthAndWeight() public méthode

public specifyHeightWidthDepthAndWeight ( $height, $width, $depth, $weight )

specifyPrice() public méthode

public specifyPrice ( $price, $channel )

specifyPriceForChannelAndCurrency() public méthode

public specifyPriceForChannelAndCurrency ( $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )
$channel Sylius\Component\Core\Model\ChannelInterface
$currency Sylius\Component\Currency\Model\CurrencyInterface