Skip to content

Commit 3c582ce

Browse files
committed
MAGETWO-61274: Admin user with access only to Catalog cannot create configurable product
1 parent 10ef35c commit 3c582ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Block/Adminhtml/Product/Steps/SelectAttributesTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@ class SelectAttributesTest extends \PHPUnit_Framework_TestCase
1818
/**
1919
* @var SelectAttributes
2020
*/
21-
protected $selectAttributes;
21+
private $selectAttributes;
2222

2323
/**
2424
* @var Context|\PHPUnit_Framework_MockObject_MockObject
2525
*/
26-
protected $contextMock;
26+
private $contextMock;
2727

2828
/**
2929
* @var Registry|\PHPUnit_Framework_MockObject_MockObject
3030
*/
31-
protected $registryMock;
31+
private $registryMock;
3232

3333
/**
3434
* @var Button|\PHPUnit_Framework_MockObject_MockObject
3535
*/
36-
protected $buttonMock;
36+
private $buttonMock;
3737

3838
/**
3939
* @var LayoutInterface|\PHPUnit_Framework_MockObject_MockObject
4040
*/
41-
protected $layoutMock;
41+
private $layoutMock;
4242

4343
/**
4444
* @var UrlInterface|\PHPUnit_Framework_MockObject_MockObject
4545
*/
46-
protected $urlBuilderMock;
46+
private $urlBuilderMock;
4747

4848
/**
4949
* {@inheritDoc}

0 commit comments

Comments
 (0)