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 87d8035 commit 23ec6e3Copy full SHA for 23ec6e3
dev/tests/integration/testsuite/Magento/EncryptionKey/Setup/Patch/Data/SodiumChachaPatchTest.php
@@ -41,6 +41,9 @@ public function testChangeEncryptionKey()
41
$structureMock->expects($this->once())
42
->method('getFieldPathsByAttribute')
43
->will($this->returnValue([$testPath]));
44
+ $structureMock->expects($this->once())
45
+ ->method('getFieldPaths')
46
+ ->willReturn([]);
47
48
/** @var \Magento\Config\Model\ResourceModel\Config $configModel */
49
$configModel = $this->objectManager->create(\Magento\Config\Model\ResourceModel\Config::class);
0 commit comments