silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
720 stars 822 forks source link

TODO: Update the expectation in CurrencyFieldReadonlyTest and CurrencyFieldDisabledTest #11013

Closed sabina-talipova closed 9 months ago

sabina-talipova commented 9 months ago

Description

Update the expectation in CurrencyFieldReadonlyTest::testFieldWithCustomisedCurrencySymbol and CurrencyFieldDisabledTest::testFieldWithCustomisedCurrencySymbol when intl for currencies is implemented.

See: https://github.com/silverstripe/silverstripe-framework/blob/cf78a9d785b9959a92dfb52c2a456bea80a4c567/tests/php/Forms/CurrencyFieldReadonlyTest.php#L41

GuySartorelli commented 9 months ago

Gonna close this - we will naturally add test coverage when/if we implement that functionality.