| 1 | <?php |
||
| 24 | final class FormatMoneyHelperSpec extends ObjectBehavior |
||
| 25 | { |
||
| 26 | function let(MoneyFormatterInterface $moneyFormatter) |
||
| 30 | |||
| 31 | function it_is_initializable() |
||
| 35 | |||
| 36 | function it_is_a_templating_helper() |
||
| 40 | |||
| 41 | function it_implements_format_money_helper_interface() |
||
| 45 | |||
| 46 | function it_formats_money_using_given_currency_and_locale(MoneyFormatterInterface $moneyFormatter) |
||
| 52 | } |
||
| 53 |