| 1 | <?php |
||
| 18 | class CurrencyContextSpec extends ObjectBehavior |
||
| 19 | { |
||
| 20 | function let(StorageInterface $storage) |
||
| 24 | |||
| 25 | function it_is_initializable() |
||
| 29 | |||
| 30 | function it_implements_Sylius_currency_context_interface() |
||
| 34 | |||
| 35 | function it_gets_default_currency_code() |
||
| 39 | |||
| 40 | function it_gets_currency_code_from_session($storage) |
||
| 46 | |||
| 47 | function it_sets_currency_code_to_session($storage) |
||
| 53 | } |
||
| 54 |