PHP Интерфейс Sylius\Behat\Page\Admin\ExchangeRate\CreatePageInterface

Автор: Jan Góralski ([email protected])
Наследование: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
chooseSourceCurrency ( string $currency )
chooseTargetCurrency ( string $currency )
hasFormValidationError ( string $expectedMessage ) : boolean
specifyRatio ( float $ratio )

Описание методов

chooseSourceCurrency() публичный Метод

public chooseSourceCurrency ( string $currency )
$currency string

chooseTargetCurrency() публичный Метод

public chooseTargetCurrency ( string $currency )
$currency string

hasFormValidationError() публичный Метод

public hasFormValidationError ( string $expectedMessage ) : boolean
$expectedMessage string
Результат boolean

specifyRatio() публичный Метод

public specifyRatio ( float $ratio )
$ratio float