Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FlushStaticFilesCacheButtonVisibilityTest.php
Go to the documentation of this file.
1 <?php
8 
9 use Magento\Mtf\TestCase\Injectable;
10 use Magento\PageCache\Test\Page\Adminhtml\AdminCache;
11 
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 }