File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Test/Unit/Model/ResourceModel/Order/Handler Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ public function isPartiallyRefundedOrderShipped(): bool
854
854
}
855
855
856
856
/**
857
- * get all refunded items number
857
+ * Get all refunded items number
858
858
*
859
859
* @return int
860
860
*/
@@ -870,7 +870,7 @@ private function getRefundedItems(): int
870
870
}
871
871
872
872
/**
873
- * get all shipped items number
873
+ * Get all shipped items number
874
874
*
875
875
* @return int
876
876
*/
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ protected function setUp(): void
68
68
* @param bool $isCanceled
69
69
* @param bool $canUnhold
70
70
* @param bool $isNotVirtual
71
- * @param bool $isPartiallyRefundedOrderShipped
72
71
* @dataProvider stateCheckDataProvider
73
72
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
74
73
*/
@@ -83,8 +82,7 @@ public function testCheck(
83
82
int $ callGetIsInProcessNum ,
84
83
bool $ isCanceled ,
85
84
bool $ canUnhold ,
86
- bool $ isNotVirtual ,
87
- bool $ isPartiallyRefundedOrderShipped
85
+ bool $ isNotVirtual
88
86
) {
89
87
$ this ->orderMock ->setState ($ currentState );
90
88
$ this ->orderMock ->expects ($ this ->any ())
You can’t perform that action at this time.
0 commit comments