Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
processAssert (BrowserInterface $browser, CatalogProductView $catalogProductView, CatalogProductSimple $product, array $promotedProducts=null) | |
toString () | |
Data Fields | |
const | SEVERITY = 'middle' |
Assert that product is displayed in up-sell section.
Definition at line 18 of file AssertProductUpSells.php.
processAssert | ( | BrowserInterface | $browser, |
CatalogProductView | $catalogProductView, | ||
CatalogProductSimple | $product, | ||
array | $promotedProducts = null |
||
) |
Assert that products are displayed in up-sell section.
BrowserInterface | $browser | |
CatalogProductView | $catalogProductView | |
CatalogProductSimple | $product | |
InjectableFixture[]|null | $promotedProducts |
Definition at line 33 of file AssertProductUpSells.php.
toString | ( | ) |
Text success product is displayed in up-sell section.
Definition at line 60 of file AssertProductUpSells.php.
const SEVERITY = 'middle' |
Definition at line 21 of file AssertProductUpSells.php.