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

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

Méthodes publiques

Méthode 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 méthode

public changeAddress ( )

changeAddressByStepLabel() public méthode

getItemSubtotal() public méthode

public getItemSubtotal ( string $itemName ) : string
$itemName string
Résultat string

getShippingMethods() public méthode

public getShippingMethods ( ) : string[]
Résultat string[]

getValidationMessageForShipment() public méthode

hasNoAvailableShippingMethodsWarning() public méthode

hasNoShippingMethodsMessage() public méthode

hasShippingMethod() public méthode

public hasShippingMethod ( string $shippingMethodName ) : boolean
$shippingMethodName string
Résultat boolean

hasShippingMethodFee() public méthode

public hasShippingMethodFee ( string $shippingMethodName, string $fee ) : boolean
$shippingMethodName string
$fee string
Résultat boolean

isNextStepButtonUnavailable() public méthode

nextStep() public méthode

public nextStep ( )

selectShippingMethod() public méthode

public selectShippingMethod ( string $shippingMethod )
$shippingMethod string