File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Shipping/Test/Unit/Model/Shipping Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ public function testRequestToShipment($regionId)
156
156
157
157
/**
158
158
* @expectedException \Magento\Framework\Exception\LocalizedException
159
- * @dataProvider testRequestToShipmentLocalizedExceptionDataProvider
159
+ * @dataProvider requestToShipmentLocalizedExceptionDataProvider
160
160
*/
161
161
public function testRequestToShipmentLocalizedException ($ isShipmentCarrierNotNull )
162
162
{
@@ -280,7 +280,7 @@ public function requestToShipmentDataProvider()
280
280
* Data provider to testRequestToShipmentLocalizedException
281
281
* @return array
282
282
*/
283
- public function testRequestToShipmentLocalizedExceptionDataProvider ()
283
+ public function requestToShipmentLocalizedExceptionDataProvider ()
284
284
{
285
285
return [
286
286
[
You can’t perform that action at this time.
0 commit comments