File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
setup/src/Magento/Setup/Test/Unit/Fixtures Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ public function setUp()
68
68
);
69
69
70
70
$ this ->collectionFactoryMock = $ this ->getMock (
71
- \Magento \Customer \Model \ResourceModel \Customer \CollectionFactory::class,
71
+ \Magento \Customer \Model \ResourceModel \Customer \CollectionFactory::class,
72
72
['create ' ],
73
73
[],
74
74
'' ,
75
75
false
76
- );
76
+ );
77
77
78
78
$ this ->collectionMock = $ this ->getMock (
79
79
\Magento \Customer \Model \ResourceModel \Customer \Collection::class,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function testLoad()
67
67
['order_configurable_product_count_from ' ],
68
68
['order_big_configurable_product_count_to ' ],
69
69
['order_big_configurable_product_count_from ' ],
70
- ['order_quotes_enable ' , ]
70
+ ['order_quotes_enable ' ]
71
71
)->willReturn (1 );
72
72
$ this ->assertSame ($ expectedResult , $ this ->fixture ->load ()->getData ());
73
73
}
You can’t perform that action at this time.
0 commit comments