Skip to content

Commit fdc4bb2

Browse files
committed
MAGETWO-75394: Deliver backport to 2.1
1 parent 5575e5e commit fdc4bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Authorizenet/Test/Block/Form/AuthorizenetCc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
namespace Magento\Authorizenet\Test\Block\Form;
88

99
use Magento\Mtf\Client\Locator;
10-
use Magento\Payment\Test\Block\Form\Cc;
10+
use Magento\Payment\Test\Block\Form\Cc as PaymentFormCc;
1111

1212
/**
1313
* Form for credit card data for Authorize.net payment method.
1414
*/
15-
class AuthorizenetCc extends Cc
15+
class AuthorizenetCc extends PaymentFormCc
1616
{
1717
/**
1818
* Authorizenet form locators.

0 commit comments

Comments
 (0)