Skip to content

Commit b82d0d4

Browse files
committed
AC-15856: Internal Server Error When Adding Gift Card product to Cart via AddProductsToCart Mutation including custom_attributesV2
Fix static test failure (unused parameters)
1 parent 427ac2e commit b82d0d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Product/ProductCustomAttributesTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ protected function setUp(): void
101101
* Test resolve with simple scalar attributes
102102
*
103103
* @return void
104+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
104105
*/
105106
public function testResolveWithScalarAttributes(): void
106107
{
@@ -223,6 +224,7 @@ public function testResolveWithFlatArrayAttribute(): void
223224
* Test resolve with multi-dimensional array attribute (should be flattened and imploded)
224225
*
225226
* @return void
227+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
226228
*/
227229
public function testResolveWithMultiDimensionalArrayAttribute(): void
228230
{

0 commit comments

Comments
 (0)