File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
app/code/Magento/Ui/Test/Unit/Model/Export Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,26 @@ class MetadataProviderTest extends \PHPUnit\Framework\TestCase
20
20
/**
21
21
* @var MetadataProvider
22
22
*/
23
- protected $ model ;
23
+ private $ model ;
24
24
25
25
/**
26
26
* @var Filter | \PHPUnit_Framework_MockObject_MockObject
27
27
*/
28
- protected $ filter ;
28
+ private $ filter ;
29
29
30
30
/**
31
31
* @var TimezoneInterface | \PHPUnit_Framework_MockObject_MockObject
32
32
*/
33
- protected $ localeDate ;
33
+ private $ localeDate ;
34
34
35
35
/**
36
36
* @var ResolverInterface | \PHPUnit_Framework_MockObject_MockObject
37
37
*/
38
- protected $ localeResolver ;
38
+ private $ localeResolver ;
39
39
40
+ /**
41
+ * @inheritdoc
42
+ */
40
43
protected function setUp ()
41
44
{
42
45
$ this ->filter = $ this ->getMockBuilder (\Magento \Ui \Component \MassAction \Filter::class)
You can’t perform that action at this time.
0 commit comments