| 1 | <?php |
||
| 27 | final class ConvertMoneyHelperSpec extends ObjectBehavior |
||
| 28 | { |
||
| 29 | function let(CurrencyConverterInterface $currencyConverter): void |
||
| 33 | |||
| 34 | function it_is_a_templating_helper(): void |
||
| 38 | |||
| 39 | function it_is_a_convert_money_price_helper(): void |
||
| 43 | |||
| 44 | function it_converts_and_formats_money_using_default_locale_if_not_given( |
||
| 51 | } |
||
| 52 |