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 cff1b9c commit 6dcd54bCopy full SHA for 6dcd54b
dev/tests/integration/testsuite/Magento/EncryptionKey/Setup/Patch/Data/SodiumChachaPatchTest.php
@@ -38,7 +38,10 @@ public function testChangeEncryptionKey()
38
$testPath = 'test/config';
39
$testValue = 'test';
40
41
- $structureMock = $this->createMock(\Magento\Config\Model\Config\Structure\Proxy::class);
+ $structureMock = $this->createMock(
42
+ // phpstan:ignore "Class Magento\Config\Model\Config\Structure\Proxy not found."
43
+ \Magento\Config\Model\Config\Structure\Proxy::class
44
+ );
45
$structureMock->expects($this->once())
46
->method('getFieldPathsByAttribute')
47
->willReturn([$testPath]);
0 commit comments