File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
setup/src/Magento/Setup/Test/Unit/Module/I18n/Pack/Writer/File Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,32 +24,32 @@ class CsvTest extends \PHPUnit_Framework_TestCase
24
24
/**
25
25
* @var Context|\PHPUnit_Framework_MockObject_MockObject
26
26
*/
27
- protected $ contextMock ;
27
+ private $ contextMock ;
28
28
29
29
/**
30
30
* @var Locale|\PHPUnit_Framework_MockObject_MockObject
31
31
*/
32
- protected $ localeMock ;
32
+ private $ localeMock ;
33
33
34
34
/**
35
35
* @var Dictionary|\PHPUnit_Framework_MockObject_MockObject
36
36
*/
37
- protected $ dictionaryMock ;
37
+ private $ dictionaryMock ;
38
38
39
39
/**
40
40
* @var Phrase|\PHPUnit_Framework_MockObject_MockObject
41
41
*/
42
- protected $ phraseMock ;
42
+ private $ phraseMock ;
43
43
44
44
/**
45
45
* @var Factory|\PHPUnit_Framework_MockObject_MockObject
46
46
*/
47
- protected $ factoryMock ;
47
+ private $ factoryMock ;
48
48
49
49
/**
50
50
* @var Csv|\PHPUnit_Framework_MockObject_MockObject
51
51
*/
52
- protected $ object ;
52
+ private $ object ;
53
53
54
54
/**
55
55
* @return void
@@ -193,7 +193,7 @@ public function testWriteDictionary()
193
193
* @param array $contextValue
194
194
* @return void
195
195
*/
196
- protected function configureGeneralPhrasesMock ($ contextType , $ contextValue )
196
+ private function configureGeneralPhrasesMock ($ contextType , $ contextValue )
197
197
{
198
198
$ this ->phraseMock ->expects ($ this ->any ())
199
199
->method ('getContextType ' )
You can’t perform that action at this time.
0 commit comments