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
functional
tests
app
Magento
PageCache
Test
TestCase
FlushStaticFilesCacheButtonVisibilityTest.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\PageCache\Test\TestCase
;
8
9
use Magento\Mtf\TestCase\Injectable;
10
use Magento\PageCache\Test\Page\Adminhtml\AdminCache;
11
20
class
FlushStaticFilesCacheButtonVisibilityTest
extends
Injectable
21
{
22
/* tags */
23
const
MVP
=
'no'
;
24
const
SEVERITY
=
'S2'
;
25
/* end tags */
26
34
public
function
test
(AdminCache $adminCache)
35
{
36
$adminCache->open();
37
}
38
}
Magento\PageCache\Test\TestCase\FlushStaticFilesCacheButtonVisibilityTest
Definition:
FlushStaticFilesCacheButtonVisibilityTest.php:20
Magento\PageCache\Test\TestCase
Definition:
CacheInvalidationTest.php:7
Magento\PageCache\Test\TestCase\FlushStaticFilesCacheButtonVisibilityTest\MVP
const MVP
Definition:
FlushStaticFilesCacheButtonVisibilityTest.php:23
Magento\PageCache\Test\TestCase\FlushStaticFilesCacheButtonVisibilityTest\test
test(AdminCache $adminCache)
Definition:
FlushStaticFilesCacheButtonVisibilityTest.php:34
Magento\PageCache\Test\TestCase\FlushStaticFilesCacheButtonVisibilityTest\SEVERITY
const SEVERITY
Definition:
FlushStaticFilesCacheButtonVisibilityTest.php:24