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 057129e commit ad67779Copy full SHA for ad67779
app/code/Magento/Customer/Test/Unit/Block/Account/AuthenticationPopupTest.php
@@ -14,15 +14,12 @@
14
use Magento\Store\Model\ScopeInterface;
15
use Magento\Store\Model\StoreManagerInterface;
16
17
-/**
18
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19
- */
20
class AuthenticationPopupTest extends \PHPUnit_Framework_TestCase
21
{
22
- /** @var AuthenticationPopup */
+ /** @var \Magento\Customer\Block\Account\AuthenticationPopup */
23
private $model;
24
25
- /** @var Context|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var \Magento\Framework\View\Element\Template\Context|\PHPUnit_Framework_MockObject_MockObject */
26
private $contextMock;
27
28
/** @var StoreManagerInterface|\PHPUnit_Framework_MockObject_MockObject */
0 commit comments