Skip to content

Commit

Permalink
Update module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root…
Browse files Browse the repository at this point in the history
…/SafeMoneyFormatTest.php

Co-authored-by: Demian Katz <[email protected]>
  • Loading branch information
EreMaijala and demiankatz authored Dec 17, 2024
1 parent 282adde commit edc7f41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SafeMoneyFormatTest extends \PHPUnit\Framework\TestCase
*/
public function testFormatting()
{
// test en_US
// test default currency in en_US locale
$smf = new SafeMoneyFormat(
new \VuFind\Service\CurrencyFormatter(null, 'en_US'),
new \Laminas\View\Helper\EscapeHtml()
Expand Down

0 comments on commit edc7f41

Please sign in to comment.