Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() | |
$customerAddress = $objectManager->create(\Magento\Customer\Model\Address::class) | |
$customerRegistry = $objectManager->get(\Magento\Customer\Model\CustomerRegistry::class) | |
$addressRepository = $objectManager->get(\Magento\Customer\Api\AddressRepositoryInterface::class) | |
$addressRegistry = $objectManager->get(\Magento\Customer\Model\AddressRegistry::class) | |
$addressRegistry = $objectManager->get(\Magento\Customer\Model\AddressRegistry::class) |
Definition at line 39 of file customer_address.php.
$addressRepository = $objectManager->get(\Magento\Customer\Api\AddressRepositoryInterface::class) |
Definition at line 33 of file customer_address.php.
$customerAddress = $objectManager->create(\Magento\Customer\Model\Address::class) |
Definition at line 10 of file customer_address.php.
$customerRegistry = $objectManager->get(\Magento\Customer\Model\CustomerRegistry::class) |
Definition at line 12 of file customer_address.php.
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() |
Customer address fixture with entity_id = 1
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 8 of file customer_address.php.