Skip to content

Commit 2149833

Browse files
author
Patrick McLain
committed
Make new test class properties private
1 parent 60ae067 commit 2149833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Ajax/LoginTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@ class LoginTest extends \PHPUnit\Framework\TestCase
7676
/**
7777
* @var \Magento\Framework\Stdlib\CookieManagerInterface| \PHPUnit_Framework_MockObject_MockObject
7878
*/
79-
protected $cookieManager;
79+
private $cookieManager;
8080

8181
/**
8282
* @var \Magento\Framework\Stdlib\Cookie\CookieMetadataFactory| \PHPUnit_Framework_MockObject_MockObject
8383
*/
84-
protected $cookieMetadataFactory;
84+
private $cookieMetadataFactory;
8585

8686
/**
8787
* @var \Magento\Framework\Stdlib\Cookie\CookieMetadata| \PHPUnit_Framework_MockObject_MockObject
8888
*/
89-
protected $cookieMetadata;
89+
private $cookieMetadata;
9090

9191
protected function setUp()
9292
{

0 commit comments

Comments
 (0)