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
Catalog
Test
TestCase
Product
CreateSimpleProductEntityPartOneTest.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Test\TestCase\Product
;
8
9
use
Magento\Catalog\Test\Fixture\Category
;
10
use
Magento\Catalog\Test\Fixture\CatalogProductSimple
;
11
use Magento\Catalog\Test\Page\Adminhtml\CatalogProductIndex;
12
use Magento\Catalog\Test\Page\Adminhtml\CatalogProductNew;
13
use Magento\Mtf\TestCase\Injectable;
14
27
class
CreateSimpleProductEntityPartOneTest
extends
CreateSimpleProductEntityTest
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
}
Magento\Catalog\Test\Fixture\Category
Definition:
CategoryProducts.php:7
Magento\Catalog\Test\TestCase\Product
Definition:
AbstractCompareProductsTest.php:7
Magento\Catalog\Test\TestCase\Product\CreateSimpleProductEntityPartOneTest\TEST_TYPE
const TEST_TYPE
Definition:
CreateSimpleProductEntityPartOneTest.php:30
Magento\Catalog\Test\Fixture\CatalogProductSimple
Definition:
CustomAttribute.php:7
Magento\Catalog\Test\TestCase\Product\CreateSimpleProductEntityTest
Definition:
CreateSimpleProductEntityTest.php:27
Magento\Catalog\Test\TestCase\Product\CreateSimpleProductEntityPartOneTest
Definition:
CreateSimpleProductEntityPartOneTest.php:27
Magento\Catalog\Test\TestCase\Product\CreateSimpleProductEntityPartOneTest\MVP
const MVP
Definition:
CreateSimpleProductEntityPartOneTest.php:31