| 1 | <?php |
||
| 25 | final class ConvertMoneyHelperSpec extends ObjectBehavior |
||
| 26 | { |
||
| 27 | function let(CurrencyConverterInterface $currencyConverter) |
||
| 31 | |||
| 32 | function it_is_initializable() |
||
| 36 | |||
| 37 | function it_is_a_templating_helper() |
||
| 41 | |||
| 42 | function it_is_a_convert_money_price_helper() |
||
| 46 | |||
| 47 | function it_converts_and_formats_money_using_default_locale_if_not_given( |
||
| 54 | } |
||
| 55 |