PHP Interface Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
Mostra file Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
changeAddress ( )
changeAddressByStepLabel ( )
getItemSubtotal ( string $itemName ) : string
getShippingMethods ( ) : string[]
getValidationMessageForShipment ( ) : string
hasNoAvailableShippingMethodsWarning ( ) : boolean
hasNoShippingMethodsMessage ( ) : boolean
hasShippingMethod ( string $shippingMethodName ) : boolean
hasShippingMethodFee ( string $shippingMethodName, string $fee ) : boolean
isNextStepButtonUnavailable ( ) : boolean
nextStep ( )
selectShippingMethod ( string $shippingMethod )

Method Details

changeAddress() public method

public changeAddress ( )

changeAddressByStepLabel() public method

getItemSubtotal() public method

public getItemSubtotal ( string $itemName ) : string
$itemName string
return string

getShippingMethods() public method

public getShippingMethods ( ) : string[]
return string[]

getValidationMessageForShipment() public method

hasNoAvailableShippingMethodsWarning() public method

hasNoShippingMethodsMessage() public method

hasShippingMethod() public method

public hasShippingMethod ( string $shippingMethodName ) : boolean
$shippingMethodName string
return boolean

hasShippingMethodFee() public method

public hasShippingMethodFee ( string $shippingMethodName, string $fee ) : boolean
$shippingMethodName string
$fee string
return boolean

isNextStepButtonUnavailable() public method

nextStep() public method

public nextStep ( )

selectShippingMethod() public method

public selectShippingMethod ( string $shippingMethod )
$shippingMethod string