Skip to content

Commit 152d556

Browse files
AC-14808: PHPUnit 12 Upgrade | Refactor helper class
1 parent 3fccac4 commit 152d556

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ class CartExtensionTestHelper extends CartExtension
4242
* Set shipping assignments for tests.
4343
*
4444
* @param array $shippingAssignments
45-
* @param mixed $negotiableQuote
4645
* @return $this
4746
*/
48-
public function setShippingAssignments($shippingAssignments, $negotiableQuote = null)
47+
public function setShippingAssignments($shippingAssignments)
4948
{
5049
$this->testData['shipping_assignments'] = $shippingAssignments;
51-
$this->negotiableQuote = $negotiableQuote;
5250
return $this;
5351
}
5452

0 commit comments

Comments
 (0)