Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
integration
testsuite
Magento
Paypal
Adminhtml
Paypal
ReportsTest.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Paypal\Adminhtml\Paypal
;
7
11
class
ReportsTest
extends
\Magento\TestFramework\TestCase\AbstractBackendController
12
{
22
public
function
testFetchAction
()
23
{
24
$this->dispatch(
'backend/paypal/paypal_reports/fetch'
);
25
$this->
assertSessionMessages
(
26
$this->equalTo([
'We can't fetch reports from "
[email protected]
."'
]),
27
\
Magento
\Framework\Message\MessageInterface::TYPE_ERROR
28
);
29
}
30
}
Magento
Magento\Paypal\Adminhtml\Paypal
Definition:
ReportsTest.php:6
Magento\Paypal\Adminhtml\Paypal\ReportsTest\testFetchAction
testFetchAction()
Definition:
ReportsTest.php:22
Magento\Paypal\Adminhtml\Paypal\ReportsTest
Definition:
ReportsTest.php:11
Magento\TestFramework\TestCase\AbstractBackendController\assertSessionMessages
assertSessionMessages(\PHPUnit\Framework\Constraint\Constraint $constraint, $messageType=null, $messageManagerClass=\Magento\Framework\Message\Manager::class)
Definition:
AbstractBackendController.php:96
Magento\TestFramework\TestCase\AbstractBackendController
Definition:
AbstractBackendController.php:15