Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
customer_non_default_website_id.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()
 
 $storeManager
 
 $customer
 
 $addressOne
 
 $addressOneData
 
 $addressTwo
 
 $addressTwoData
 
 $addressThree
 
 $addressThreeData
 

Variable Documentation

◆ $addressOne

$addressOne
Initial value:

Definition at line 53 of file customer_non_default_website_id.php.

◆ $addressOneData

$addressOneData
Initial value:
= [
'firstname' => 'Firstname',
'lastname' => 'LastName',
'street' => ['test street'],
'city' => 'test city',
'country_id' => 'US',
'postcode' => '01001',
'telephone' => '+7000000001',
'entity_id' => 1,
]

Definition at line 56 of file customer_non_default_website_id.php.

◆ $addressThree

$addressThree
Initial value:

Definition at line 87 of file customer_non_default_website_id.php.

◆ $addressThreeData

$addressThreeData
Initial value:
= [
'firstname' => 'removed firstname',
'lastname' => 'removed lastname',
'street' => ['removed street'],
'city' => 'removed city',
'country_id' => 'US',
'postcode' => '01001',
'telephone' => '+7000000001',
'entity_id' => 3,
]

Definition at line 90 of file customer_non_default_website_id.php.

◆ $addressTwo

$addressTwo
Initial value:

Definition at line 70 of file customer_non_default_website_id.php.

◆ $addressTwoData

$addressTwoData
Initial value:
= [
'firstname' => 'test firstname',
'lastname' => 'test lastname',
'street' => ['test street'],
'city' => 'test city',
'country_id' => 'US',
'postcode' => '01001',
'telephone' => '+7000000001',
'entity_id' => 2,
]

Definition at line 73 of file customer_non_default_website_id.php.

◆ $customer

$customer
Initial value:

Definition at line 19 of file customer_non_default_website_id.php.

◆ $storeManager

$storeManager
Initial value:

Definition at line 16 of file customer_non_default_website_id.php.

◆ $website

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

Definition at line 12 of file customer_non_default_website_id.php.

◆ $websiteId

$websiteId = $website->getId()

Definition at line 15 of file customer_non_default_website_id.php.