|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| testRetrieve () | |
| testRetrieveCached () | |
| testRetrieveException () | |
| testRemove () | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $_model | |
Definition at line 11 of file AddressRegistryTest.php.
|
protected |
Definition at line 18 of file AddressRegistryTest.php.
| testRemove | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php @expectedException \Magento\Framework\Exception\NoSuchEntityException
Definition at line 68 of file AddressRegistryTest.php.
| testRetrieve | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 28 of file AddressRegistryTest.php.
| testRetrieveCached | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 40 of file AddressRegistryTest.php.
| testRetrieveException | ( | ) |
@expectedException \Magento\Framework\Exception\NoSuchEntityException
Definition at line 57 of file AddressRegistryTest.php.
|
protected |
Definition at line 16 of file AddressRegistryTest.php.