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

Author: Anna Walasek ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
显示文件 Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
changeAddressByStepLabel ( )
changeShippingMethod ( )
changeShippingMethodByStepLabel ( )
getItemSubtotal ( string $itemName ) : string
getPaymentMethods ( ) : string[]
hasNoAvailablePaymentMethodsWarning ( ) : boolean
hasPaymentMethod ( string $paymentMethodName ) : boolean
isNextStepButtonUnavailable ( ) : boolean
nextStep ( )
selectPaymentMethod ( string $paymentMethod )

Method Details

changeAddressByStepLabel() public method

changeShippingMethod() public method

changeShippingMethodByStepLabel() public method

getItemSubtotal() public method

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

getPaymentMethods() public method

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

hasNoAvailablePaymentMethodsWarning() public method

hasPaymentMethod() public method

public hasPaymentMethod ( string $paymentMethodName ) : boolean
$paymentMethodName string
return boolean

isNextStepButtonUnavailable() public method

nextStep() public method

public nextStep ( )

selectPaymentMethod() public method

public selectPaymentMethod ( string $paymentMethod )
$paymentMethod string