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()
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 {
You can’t perform that action at this time.
0 commit comments