Skip to content

Commit 047723a

Browse files
committed
#35952 Admin Users unable to change front-end Logo in Design Config when in Single Store Mode
- Declared property for registry
1 parent 957eec3 commit 047723a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Sales/Test/Unit/ViewModel/Header/LogoPathResolverTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ class LogoPathResolverTest extends TestCase
3030
*/
3131
private $model;
3232

33+
/**
34+
* @var Registry|MockObject
35+
*/
36+
private $registry;
37+
3338
/**
3439
* Test for case when app in single store mode
3540
* and logo path is defined in config

0 commit comments

Comments
 (0)