We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c436eb4 commit 357fbb1Copy full SHA for 357fbb1
app/code/Magento/Quote/Test/Unit/Plugin/Webapi/ValidateProductWebsiteAssignmentTest.php
@@ -245,6 +245,7 @@ public function testBeforeSaveProductWebsiteIdsNotArray()
245
$quoteId = 1;
246
$storeId = 1;
247
$productId = 123;
248
+ $websiteId = 1;
249
$productWebsiteIds = null; // Not an array
250
251
$this->cartItemMock->expects($this->once())
@@ -398,6 +399,8 @@ public function testBeforeSaveEmptyWebsiteIds()
398
399
400
401
402
403
+ $productWebsiteIds = []; // Empty array
404
405
406
->method('getSku')
0 commit comments