Sylius\Behat\Context\Setup\CurrencyContext::theStoreHasDisabledCurrency PHP Method

theStoreHasDisabledCurrency() public method

public theStoreHasDisabledCurrency ( $currencyCode )
    public function theStoreHasDisabledCurrency($currencyCode)
    {
        $currency = $this->provideCurrency($currencyCode);
        $this->saveCurrency($currency);
    }