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 e8fb182 commit 3a11edaCopy full SHA for 3a11eda
app/code/Magento/Config/Test/Unit/Console/Command/ConfigShow/ValueProcessorTest.php
@@ -45,6 +45,7 @@ protected function setUp()
45
->getMockForAbstractClass();
46
$this->structureFactoryMock = $this->getMockBuilder(StructureFactory::class)
47
->disableOriginalConstructor()
48
+ ->setMethods(['create'])
49
->getMock();
50
51
$this->valueProcessor = new ValueProcessor(
0 commit comments