File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/Paypal/Block/PayLater
dev/tests/integration/testsuite/Magento/Paypal/Model Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
/**
16
16
* PayPal PayLater component block
17
+ * @api
17
18
*/
18
19
class Banner extends Template
19
20
{
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class PayLaterConfigTest extends TestCase
19
19
/**
20
20
* @dataProvider getStyleDataProvider
21
21
* @magentoAppIsolation enabled
22
- * @covers \Magento\Paypal\Model\PayLaterConfig::getStyleConfig ()
22
+ * @covers \Magento\Paypal\Model\PayLaterConfig::getSectionConfig ()
23
23
*/
24
24
public function testGetStyleConfig ($ systemConfig , $ expectedConfig )
25
25
{
@@ -77,7 +77,7 @@ public function getStyleDataProvider()
77
77
/**
78
78
* @dataProvider getPositionDataProvider
79
79
* @magentoAppIsolation enabled
80
- * @covers \Magento\Paypal\Model\PayLaterConfig::getPositionConfig ()
80
+ * @covers \Magento\Paypal\Model\PayLaterConfig::getSectionConfig ()
81
81
*/
82
82
public function testGetPositionConfig ($ systemConfig , $ expectedConfig )
83
83
{
You can’t perform that action at this time.
0 commit comments