Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CreateSimpleProductEntityPartOneTest.php
Go to the documentation of this file.
1 <?php
8 
11 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductIndex;
12 use Magento\Catalog\Test\Page\Adminhtml\CatalogProductNew;
13 use Magento\Mtf\TestCase\Injectable;
14 
28 {
29  /* tags */
30  const TEST_TYPE = 'acceptance_test, extended_acceptance_test';
31  const MVP = 'yes';
32  /* end tags */
33 
34  // This blank class is created only to run long variation as a separate test in parallel environment
35 }