Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
products_base.php File Reference

Go to the source code of this file.

Variables

 $testCases = include __DIR__ . '/_algorithm_base_data.php'
 
 $installer
 
 $category = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Catalog\Model\Category::class)
 
 $lastProductId = 0
 

Variable Documentation

◆ $category

$category = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Catalog\Model\Category::class)

Definition at line 22 of file products_base.php.

◆ $installer

$installer
Initial value:

Definition at line 15 of file products_base.php.

◆ $lastProductId

$lastProductId = 0

Definition at line 44 of file products_base.php.

◆ $testCases

$testCases = include __DIR__ . '/_algorithm_base_data.php'

Definition at line 12 of file products_base.php.