File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Ui/Test/Unit/Component/Listing/Columns Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function testPrepare()
38
38
->with ('attribute_set_name asc ' );
39
39
40
40
$ this ->dataProviderMock = $ this ->getMockBuilder (DataProviderInterface::class)
41
- ->addMethods (['getCollection ' , 'getSelect ' ])
41
+ ->setMethods (['getCollection ' , 'getSelect ' ])
42
42
->disableOriginalConstructor ()
43
43
->getMockForAbstractClass ();
44
44
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function testPrepare()
60
60
->willReturn ($ selectMock );
61
61
62
62
$ this ->dataProviderMock = $ this ->getMockBuilder (DataProviderInterface::class)
63
- ->addMethods (['getCollection ' , 'getSelect ' ])
63
+ ->setMethods (['getCollection ' , 'getSelect ' ])
64
64
->disableOriginalConstructor ()
65
65
->getMockForAbstractClass ();
66
66
You can’t perform that action at this time.
0 commit comments