File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/ConfigurableProduct/Test/Unit/Block/Adminhtml/Product/Steps Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,32 +18,32 @@ class SelectAttributesTest extends \PHPUnit_Framework_TestCase
18
18
/**
19
19
* @var SelectAttributes
20
20
*/
21
- protected $ selectAttributes ;
21
+ private $ selectAttributes ;
22
22
23
23
/**
24
24
* @var Context|\PHPUnit_Framework_MockObject_MockObject
25
25
*/
26
- protected $ contextMock ;
26
+ private $ contextMock ;
27
27
28
28
/**
29
29
* @var Registry|\PHPUnit_Framework_MockObject_MockObject
30
30
*/
31
- protected $ registryMock ;
31
+ private $ registryMock ;
32
32
33
33
/**
34
34
* @var Button|\PHPUnit_Framework_MockObject_MockObject
35
35
*/
36
- protected $ buttonMock ;
36
+ private $ buttonMock ;
37
37
38
38
/**
39
39
* @var LayoutInterface|\PHPUnit_Framework_MockObject_MockObject
40
40
*/
41
- protected $ layoutMock ;
41
+ private $ layoutMock ;
42
42
43
43
/**
44
44
* @var UrlInterface|\PHPUnit_Framework_MockObject_MockObject
45
45
*/
46
- protected $ urlBuilderMock ;
46
+ private $ urlBuilderMock ;
47
47
48
48
/**
49
49
* {@inheritDoc}
You can’t perform that action at this time.
0 commit comments