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 9736527 commit 46dd0c1Copy full SHA for 46dd0c1
app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/SaveTest.php
@@ -77,7 +77,7 @@ protected function setUp(): void
77
->disableOriginalConstructor()
78
->addMethods(['setUserData'])
79
->getMock();
80
- // phpcs:ignore Magento2.Deprecation.Registry -- Required for testing core dependency
+ // // @phpcsSuppress Magento2.Security.GlobalState
81
$registryMock = $this->createMock(\Magento\Framework\Registry::class);
82
$this->contextMock = $this->createMock(Context::class);
83
$this->userFactoryMock->expects($this->once())
0 commit comments