File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Backend/Test/Unit/Block/Widget/Grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ public function testPrepareLoadedCollection()
32
32
$ layout ->expects ($ this ->any ())->method ('getBlock ' )->will ($ this ->returnValue ($ columnSet ));
33
33
34
34
$ collection = $ this ->createMock (\Magento \Framework \Data \Collection::class);
35
- $ collection ->expects ($ this ->atLeastOnce ())->method ('isLoaded ' )-> will ( $ this -> returnValue ( true ) );
36
- $ collection ->expects ($ this ->atLeastOnce ())->method ('clear ' );
35
+ $ collection ->expects ($ this ->never ())->method ('isLoaded ' );
36
+ $ collection ->expects ($ this ->never ())->method ('clear ' );
37
37
$ collection ->expects ($ this ->atLeastOnce ())->method ('load ' );
38
38
39
39
/** @var \Magento\Backend\Block\Widget\Grid\Extended $block */
You can’t perform that action at this time.
0 commit comments