@@ -101,10 +101,9 @@ public function testDispatchNoCustomerGroupChange()
101
101
/**
102
102
* @param bool $isWebsiteScope
103
103
* @param array $websites
104
- * @param int $quoteId
105
104
* @dataProvider dispatchDataProvider
106
105
*/
107
- public function testDispatch ($ isWebsiteScope , $ websites, $ quoteId )
106
+ public function testDispatch ($ isWebsiteScope , $ websites )
108
107
{
109
108
$ this ->configMock ->expects ($ this ->once ())
110
109
->method ('isWebsiteScope ' )
@@ -167,14 +166,10 @@ public function testDispatch($isWebsiteScope, $websites, $quoteId)
167
166
public function dispatchDataProvider ()
168
167
{
169
168
return [
170
- [true , ['website1 ' ], 3 ],
171
- [true , ['website1 ' , 'website2 ' ], 3 ],
172
- [false , ['website1 ' ], 3 ],
173
- [false , ['website1 ' , 'website2 ' ], 3 ],
174
- [true , ['website1 ' ], null ],
175
- [true , ['website1 ' , 'website2 ' ], null ],
176
- [false , ['website1 ' ], null ],
177
- [false , ['website1 ' , 'website2 ' ], null ],
169
+ [true , ['website1 ' ]],
170
+ [true , ['website1 ' , 'website2 ' ]],
171
+ [false , ['website1 ' ]],
172
+ [false , ['website1 ' , 'website2 ' ]],
178
173
];
179
174
}
180
175
}
0 commit comments