Skip to content

Commit 6dcd54b

Browse files
committed
AC-8017 system settings improvement
1 parent cff1b9c commit 6dcd54b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ public function testChangeEncryptionKey()
3838
$testPath = 'test/config';
3939
$testValue = 'test';
4040

41-
$structureMock = $this->createMock(\Magento\Config\Model\Config\Structure\Proxy::class);
41+
$structureMock = $this->createMock(
42+
// phpstan:ignore "Class Magento\Config\Model\Config\Structure\Proxy not found."
43+
\Magento\Config\Model\Config\Structure\Proxy::class
44+
);
4245
$structureMock->expects($this->once())
4346
->method('getFieldPathsByAttribute')
4447
->willReturn([$testPath]);

0 commit comments

Comments
 (0)