Skip to content

Commit b827160

Browse files
committed
ACP2E-3276: Order reports showing the wrong currency symbol
1 parent 739b7ca commit b827160

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Grid/Column/Renderer

1 file changed

+5
-0
lines changed

app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Grid/Column/Renderer/CurrencyTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ class CurrencyTest extends TestCase
5757
*/
5858
private $gridColumnMock;
5959

60+
/**
61+
* @var ScopeConfigInterface|MockObject
62+
*/
63+
private $scopeConfigMock;
64+
6065
/**
6166
* @var StoreInterface|MockObject
6267
*/

0 commit comments

Comments
 (0)