PHP 클래스 Sylius\Behat\Context\Ui\Shop\CurrencyContext

저자: Kamil Kokot ([email protected])
상속: implements Behat\Behat\Context\Context
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__construct ( Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Component\Core\Currency\CurrencyStorageInterface $currencyStorage, Sylius\Behat\Service\SharedStorageInterface $sharedStorage )
iShouldBeAbleToShopUsingTheCurrency ( $currencyCode )
iShouldNotBeAbleToShop ( )
iShouldNotBeAbleToShopUsingTheCurrency ( $currencyCode )
iShouldShopUsingTheCurrency ( $currencyCode )
iSwitchTheCurrencyToTheCurrency ( $currencyCode )

메소드 상세

__construct() 공개 메소드

public __construct ( Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Component\Core\Currency\CurrencyStorageInterface $currencyStorage, Sylius\Behat\Service\SharedStorageInterface $sharedStorage )
$homePage Sylius\Behat\Page\Shop\HomePageInterface
$currencyStorage Sylius\Component\Core\Currency\CurrencyStorageInterface
$sharedStorage Sylius\Behat\Service\SharedStorageInterface

iShouldBeAbleToShopUsingTheCurrency() 공개 메소드

public iShouldBeAbleToShopUsingTheCurrency ( $currencyCode )

iShouldNotBeAbleToShop() 공개 메소드

iShouldNotBeAbleToShopUsingTheCurrency() 공개 메소드

public iShouldNotBeAbleToShopUsingTheCurrency ( $currencyCode )

iShouldShopUsingTheCurrency() 공개 메소드

public iShouldShopUsingTheCurrency ( $currencyCode )

iSwitchTheCurrencyToTheCurrency() 공개 메소드

public iSwitchTheCurrencyToTheCurrency ( $currencyCode )