File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dev/tests/functional/tests/app/Magento/Paypal/Test/Block/Onepage/Payment Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class HostedPro extends PaypalIframe
16
16
*
17
17
* @var string
18
18
*/
19
- protected $ formBlockCc = ' \Magento\Paypal\Test\Block\Form\HostedPro\Cc ' ;
19
+ protected $ formBlockCc = \Magento \Paypal \Test \Block \Form \HostedPro \Cc::class ;
20
20
}
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class PayflowLink extends PaypalIframe
16
16
*
17
17
* @var string
18
18
*/
19
- protected $ formBlockCc = ' \Magento\Paypal\Test\Block\Form\PayflowLink\Cc ' ;
19
+ protected $ formBlockCc = \Magento \Paypal \Test \Block \Form \PayflowLink \Cc::class ;
20
20
}
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class PaymentsAdvanced extends PaypalIframe
16
16
*
17
17
* @var string
18
18
*/
19
- protected $ formBlockCc = ' \Magento\Paypal\Test\Block\Form\PaymentsAdvanced\Cc ' ;
19
+ protected $ formBlockCc = \Magento \Paypal \Test \Block \Form \PaymentsAdvanced \Cc::class ;
20
20
}
You can’t perform that action at this time.
0 commit comments