Skip to content

Commit 46dd0c1

Browse files
committed
ACP2E-3657: Weak Password Management
1 parent 9736527 commit 46dd0c1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/User/Test/Unit/Controller/Adminhtml/User

1 file changed

+1
-1
lines changed

app/code/Magento/User/Test/Unit/Controller/Adminhtml/User/SaveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected function setUp(): void
7777
->disableOriginalConstructor()
7878
->addMethods(['setUserData'])
7979
->getMock();
80-
// phpcs:ignore Magento2.Deprecation.Registry -- Required for testing core dependency
80+
// // @phpcsSuppress Magento2.Security.GlobalState
8181
$registryMock = $this->createMock(\Magento\Framework\Registry::class);
8282
$this->contextMock = $this->createMock(Context::class);
8383
$this->userFactoryMock->expects($this->once())

0 commit comments

Comments
 (0)