| 1 | <?php |
||
| 21 | final class CurrencyNameConverterSpec extends ObjectBehavior |
||
| 22 | { |
||
| 23 | function it_is_initializable() |
||
| 27 | |||
| 28 | function it_implements_a_currency_name_converter_interface() |
||
| 32 | |||
| 33 | function it_converts_an_english_currency_name_to_code_by_default() |
||
| 37 | |||
| 38 | function it_converts_a_name_to_a_code_for_given_locale() |
||
| 42 | |||
| 43 | function it_throws_an_invalid_argument_exception_when_currency_not_exists() |
||
| 47 | } |
||
| 48 |