1 | <?php |
||
26 | final class FormatMoneyHelperSpec extends ObjectBehavior |
||
27 | { |
||
28 | function let(MoneyFormatterInterface $moneyFormatter): void |
||
32 | |||
33 | function it_is_a_templating_helper(): void |
||
37 | |||
38 | function it_implements_format_money_helper_interface(): void |
||
42 | |||
43 | function it_formats_money_using_given_currency_and_locale(MoneyFormatterInterface $moneyFormatter): void |
||
49 | } |
||
50 |