PHP Класс Sylius\Behat\Context\Ui\Shop\CurrencyContext

Автор: Kamil Kokot ([email protected])
Наследование: implements Behat\Behat\Context\Context
Показать файл Открыть проект

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

Метод Описание
__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 )