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 1017b2c commit ca032caCopy full SHA for ca032ca
app/code/Magento/Customer/Test/Unit/Model/AuthenticationTest.php
@@ -15,6 +15,9 @@
15
use Magento\Framework\Stdlib\DateTime;
16
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
17
18
+/**
19
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20
+ */
21
class AuthenticationTest extends \PHPUnit_Framework_TestCase
22
{
23
/**
0 commit comments