Skip to content

Commit 3a11eda

Browse files
author
Bohdan Korablov
committed
MAGETWO-63382: CLI Improvements: Configuration management - Command config:show
1 parent e8fb182 commit 3a11eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Config/Test/Unit/Console/Command/ConfigShow/ValueProcessorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ protected function setUp()
4545
->getMockForAbstractClass();
4646
$this->structureFactoryMock = $this->getMockBuilder(StructureFactory::class)
4747
->disableOriginalConstructor()
48+
->setMethods(['create'])
4849
->getMock();
4950

5051
$this->valueProcessor = new ValueProcessor(

0 commit comments

Comments
 (0)