Skip to content

Commit 23ec6e3

Browse files
committed
MC-13861: Build stabilization for MC-4239
1 parent 87d8035 commit 23ec6e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/EncryptionKey/Setup/Patch/Data/SodiumChachaPatchTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public function testChangeEncryptionKey()
4141
$structureMock->expects($this->once())
4242
->method('getFieldPathsByAttribute')
4343
->will($this->returnValue([$testPath]));
44+
$structureMock->expects($this->once())
45+
->method('getFieldPaths')
46+
->willReturn([]);
4447

4548
/** @var \Magento\Config\Model\ResourceModel\Config $configModel */
4649
$configModel = $this->objectManager->create(\Magento\Config\Model\ResourceModel\Config::class);

0 commit comments

Comments
 (0)