Skip to content

Commit f623200

Browse files
committed
GraphQL-575: Schema inconsistency of "SelectedShippingMethod" declaration
1 parent 7d27046 commit f623200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Ups/SetUpsShippingMethodsOnCartTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ protected function setUp()
8888
* @dataProvider dataProviderShippingMethods
8989
* @param string $methodCode
9090
* @param string $methodTitle
91+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
9192
*/
9293
public function testSetUpsShippingMethod(string $methodCode, string $methodTitle)
9394
{
@@ -142,6 +143,7 @@ public function dataProviderShippingMethods(): array
142143
* @dataProvider dataProviderShippingMethodsBasedOnCanadaAddress
143144
* @param string $methodCode
144145
* @param string $methodTitle
146+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
145147
*/
146148
public function testSetUpsShippingMethodBasedOnCanadaAddress(string $methodCode, string $methodTitle)
147149
{

0 commit comments

Comments
 (0)