PHP Interface Sylius\Behat\Page\Admin\ExchangeRate\CreatePageInterface

Author: Jan Góralski ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
chooseSourceCurrency ( string $currency )
chooseTargetCurrency ( string $currency )
hasFormValidationError ( string $expectedMessage ) : boolean
specifyRatio ( float $ratio )

Method Details

chooseSourceCurrency() public méthode

public chooseSourceCurrency ( string $currency )
$currency string

chooseTargetCurrency() public méthode

public chooseTargetCurrency ( string $currency )
$currency string

hasFormValidationError() public méthode

public hasFormValidationError ( string $expectedMessage ) : boolean
$expectedMessage string
Résultat boolean

specifyRatio() public méthode

public specifyRatio ( float $ratio )
$ratio float