From 2c871c03d4851bbbdbaf94dfc87dd6f08cd177e7 Mon Sep 17 00:00:00 2001
From: Rykh Oleksandr <orykh@magento.com>
Date: Thu, 5 Jan 2017 12:35:10 +0200
Subject: [PATCH] MTA-3901: Add variation for Partial Refund an order placed
 through Braintree with Partial capture

- skipped unused parameter
---
 .../tests/app/Magento/Checkout/Test/Fixture/Cart/Items.php      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/tests/functional/tests/app/Magento/Checkout/Test/Fixture/Cart/Items.php b/dev/tests/functional/tests/app/Magento/Checkout/Test/Fixture/Cart/Items.php
index 4a30bee7265..1d81b595b9b 100644
--- a/dev/tests/functional/tests/app/Magento/Checkout/Test/Fixture/Cart/Items.php
+++ b/dev/tests/functional/tests/app/Magento/Checkout/Test/Fixture/Cart/Items.php
@@ -53,6 +53,8 @@ class Items extends DataSource
      *
      * @param null|string $key
      * @return array
+     *
+     * @SuppressWarnings(PHPMD.UnusedFormalParameter)
      */
     public function getData($key = null)
     {
-- 
GitLab