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
Show file Open project: sylius/sylius

Public Methods

Method 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 )

Protected Methods

Method Description
getDefinedElements ( )

Method Details

choosePricingCalculator() public method

public choosePricingCalculator ( $name )

getDefinedElements() protected method

protected getDefinedElements ( )

getFirstPriceValidationMessage() public method

getPricesValidationMessage() public method

getValidationMessageForForm() public method

nameIt() public method

public nameIt ( $name )

selectOption() public method

public selectOption ( $optionName, $optionValue )

selectShippingCategory() public method

public selectShippingCategory ( $shippingCategoryName )

specifyCurrentStock() public method

public specifyCurrentStock ( $currentStock )

specifyHeightWidthDepthAndWeight() public method

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

specifyPrice() public method

public specifyPrice ( $price, $channel )

specifyPriceForChannelAndCurrency() public method

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