Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sylius
Behat
Page
Admin
ExchangeRate
CreatePage
PHP Class Sylius\Behat\Page\Admin\ExchangeRate\CreatePage
Author:
Jan Góralski (
[email protected]
)
Inheritance:
extends
Sylius\Behat\Page\Admin\Crud\CreatePage
,
implements
Sylius\Behat\Page\Admin\ExchangeRate\CreatePageInterface
Show file
Open project: sylius/sylius
Public Methods
Method
Description
chooseSourceCurrency
(
$currency
)
chooseTargetCurrency
(
$currency
)
hasFormValidationError
(
$expectedMessage
)
specifyRatio
(
$ratio
)
Protected Methods
Method
Description
getDefinedElements
( )
Method Details
chooseSourceCurrency()
public
method
public
chooseSourceCurrency
(
$currency
)
chooseTargetCurrency()
public
method
public
chooseTargetCurrency
(
$currency
)
getDefinedElements()
protected
method
protected
getDefinedElements
( )
hasFormValidationError()
public
method
public
hasFormValidationError
(
$expectedMessage
)
specifyRatio()
public
method
public
specifyRatio
(
$ratio
)