Skip to content

Commit ad67779

Browse files
committed
MAGETWO-56104: Build stablization
- fixed MCHI
1 parent 057129e commit ad67779

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/code/Magento/Customer/Test/Unit/Block/Account/AuthenticationPopupTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@
1414
use Magento\Store\Model\ScopeInterface;
1515
use Magento\Store\Model\StoreManagerInterface;
1616

17-
/**
18-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19-
*/
2017
class AuthenticationPopupTest extends \PHPUnit_Framework_TestCase
2118
{
22-
/** @var AuthenticationPopup */
19+
/** @var \Magento\Customer\Block\Account\AuthenticationPopup */
2320
private $model;
2421

25-
/** @var Context|\PHPUnit_Framework_MockObject_MockObject */
22+
/** @var \Magento\Framework\View\Element\Template\Context|\PHPUnit_Framework_MockObject_MockObject */
2623
private $contextMock;
2724

2825
/** @var StoreManagerInterface|\PHPUnit_Framework_MockObject_MockObject */

0 commit comments

Comments
 (0)