We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64d536 commit 39c2b37Copy full SHA for 39c2b37
app/code/Magento/CurrencySymbol/Test/Unit/Model/ObserverTest.php
@@ -96,7 +96,7 @@ public function testCurrencyDisplayOptions()
96
97
$expectedCurrencyOptions = [
98
\Magento\Framework\Locale\Currency::CURRENCY_OPTION_SYMBOL => $sampleCurrencySymbol,
99
- \Magento\Framework\Locale\Currency::CURRENCY_OPTION_NAME => \Magento\Framework\Currency::USE_SYMBOL
+ \Magento\Framework\Locale\Currency::CURRENCY_OPTION_DISPLAY => \Magento\Framework\Currency::USE_SYMBOL
100
];
101
102
//Return invalid value
0 commit comments