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

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

Public Methods

Method Description
chooseSourceCurrency ( string $currency )
chooseTargetCurrency ( string $currency )
hasFormValidationError ( string $expectedMessage ) : boolean
specifyRatio ( float $ratio )

Method Details

chooseSourceCurrency() public method

public chooseSourceCurrency ( string $currency )
$currency string

chooseTargetCurrency() public method

public chooseTargetCurrency ( string $currency )
$currency string

hasFormValidationError() public method

public hasFormValidationError ( string $expectedMessage ) : boolean
$expectedMessage string
return boolean

specifyRatio() public method

public specifyRatio ( float $ratio )
$ratio float