Skip to content

Commit ca032ca

Browse files
MAGETWO-52441: Customer account lockout works incorrectly if this account is unlocked previously
- ignore coupling on test class
1 parent 1017b2c commit ca032ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Customer/Test/Unit/Model/AuthenticationTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Magento\Framework\Stdlib\DateTime;
1616
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
1717

18+
/**
19+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20+
*/
1821
class AuthenticationTest extends \PHPUnit_Framework_TestCase
1922
{
2023
/**

0 commit comments

Comments
 (0)