Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__inject (BrowserInterface $browser, FixtureFactory $fixtureFactory, CatalogProductView $catalogProductView) | |
test ($products, Customer $customer) | |
Data Fields | |
const | MVP = 'no' |
const | STABLE = 'yes' |
Protected Member Functions | |
createProducts ($products) | |
addProductsToCart (array $products) | |
Protected Attributes | |
$catalogProductView | |
$browser | |
$fixtureFactory | |
Preconditions:
Steps:
@group Reports @ZephyrId MAGETWO-28558
Definition at line 33 of file AbandonedCartsReportEntityTest.php.
__inject | ( | BrowserInterface | $browser, |
FixtureFactory | $fixtureFactory, | ||
CatalogProductView | $catalogProductView | ||
) |
Inject pages.
BrowserInterface | $browser | |
FixtureFactory | $fixtureFactory | |
CatalogProductView | $catalogProductView |
Definition at line 69 of file AbandonedCartsReportEntityTest.php.
|
protected |
Add products to cart.
array | $products |
Definition at line 126 of file AbandonedCartsReportEntityTest.php.
|
protected |
Create products.
string | $products |
Definition at line 110 of file AbandonedCartsReportEntityTest.php.
test | ( | $products, | |
Customer | $customer | ||
) |
Create product and add it to cart.
string | $products | |
Customer | $customer |
Definition at line 86 of file AbandonedCartsReportEntityTest.php.
|
protected |
Definition at line 52 of file AbandonedCartsReportEntityTest.php.
|
protected |
Definition at line 45 of file AbandonedCartsReportEntityTest.php.
|
protected |
Definition at line 59 of file AbandonedCartsReportEntityTest.php.
const MVP = 'no' |
Definition at line 36 of file AbandonedCartsReportEntityTest.php.
const STABLE = 'yes' |
Definition at line 37 of file AbandonedCartsReportEntityTest.php.