PHP 인터페이스 Sylius\Behat\Page\Admin\ExchangeRate\CreatePageInterface

저자: Jan Góralski ([email protected])
상속: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
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