File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Ups Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ protected function setUp()
88
88
* @dataProvider dataProviderShippingMethods
89
89
* @param string $methodCode
90
90
* @param string $methodTitle
91
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
91
92
*/
92
93
public function testSetUpsShippingMethod (string $ methodCode , string $ methodTitle )
93
94
{
@@ -142,6 +143,7 @@ public function dataProviderShippingMethods(): array
142
143
* @dataProvider dataProviderShippingMethodsBasedOnCanadaAddress
143
144
* @param string $methodCode
144
145
* @param string $methodTitle
146
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
145
147
*/
146
148
public function testSetUpsShippingMethodBasedOnCanadaAddress (string $ methodCode , string $ methodTitle )
147
149
{
You can’t perform that action at this time.
0 commit comments