From 6a64afe4e7345b3fae81ecd61f2b46ec84e48e90 Mon Sep 17 00:00:00 2001
From: Vasyl Kozyrenko <vkozyrenko@magento.com>
Date: Wed, 21 Dec 2016 18:04:06 +0200
Subject: [PATCH] MTA-3882: Create auto test to Close a Sales Order Paid with
 PayPal Payments Pro Hosted Solution

---
 .../app/Magento/Paypal/Test/Block/Onepage/Payment/HostedPro.php | 2 +-
 .../Magento/Paypal/Test/Block/Onepage/Payment/PayflowLink.php   | 2 +-
 .../Paypal/Test/Block/Onepage/Payment/PaymentsAdvanced.php      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/HostedPro.php b/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/HostedPro.php
index a44c828f00b..f7ee9fc2094 100644
--- a/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/HostedPro.php
+++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/HostedPro.php
@@ -16,5 +16,5 @@ class HostedPro extends PaypalIframe
      *
      * @var string
      */
-    protected $formBlockCc = '\Magento\Paypal\Test\Block\Form\HostedPro\Cc';
+    protected $formBlockCc = \Magento\Paypal\Test\Block\Form\HostedPro\Cc::class;
 }
diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PayflowLink.php b/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PayflowLink.php
index 70c5c70bff2..c6b8d37dc3f 100644
--- a/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PayflowLink.php
+++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PayflowLink.php
@@ -16,5 +16,5 @@ class PayflowLink extends PaypalIframe
      *
      * @var string
      */
-    protected $formBlockCc = '\Magento\Paypal\Test\Block\Form\PayflowLink\Cc';
+    protected $formBlockCc = \Magento\Paypal\Test\Block\Form\PayflowLink\Cc::class;
 }
diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PaymentsAdvanced.php b/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PaymentsAdvanced.php
index a560a065583..bb80ab1ccfc 100644
--- a/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PaymentsAdvanced.php
+++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment/PaymentsAdvanced.php
@@ -16,5 +16,5 @@ class PaymentsAdvanced extends PaypalIframe
      *
      * @var string
      */
-    protected $formBlockCc = '\Magento\Paypal\Test\Block\Form\PaymentsAdvanced\Cc';
+    protected $formBlockCc = \Magento\Paypal\Test\Block\Form\PaymentsAdvanced\Cc::class;
 }
-- 
GitLab