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

Go to the source code of this file.

Variables

 $website = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Store\Model\Website::class)
 
 $websiteId = $website->getId()
 
 $groupId = $website->getDefaultGroupId()
 
 $store = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Store\Model\Store::class)
 

Variable Documentation

◆ $groupId

$groupId = $website->getDefaultGroupId()

Definition at line 12 of file core_second_third_fixturestore.php.

◆ $store

$store = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Store\Model\Store::class)

Definition at line 15 of file core_second_third_fixturestore.php.

◆ $website

$website = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Store\Model\Website::class)

Definition at line 8 of file core_second_third_fixturestore.php.

◆ $websiteId

$websiteId = $website->getId()

Definition at line 11 of file core_second_third_fixturestore.php.