|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| testIndexAction () | |
| testFormAction () | |
| testFormPostAction () | |
| testFailedFormPostAction () | |
| testDeleteAction () | |
| testWrongAddressDeleteAction () | |
Public Member Functions inherited from AbstractController | |
| getRequest () | |
| getResponse () | |
| assert404NotFound () | |
| assertHeaderPcre ($headerName, $valueRegex) | |
| assertRedirect (\PHPUnit\Framework\Constraint\Constraint $urlConstraint=null) | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from AbstractController | |
| _getBootstrap () | |
| setUp () | |
| tearDown () | |
| assertPostConditions () | |
| getMessages ( $messageType=null, $messageManagerClass=\Magento\Framework\Message\Manager::class) | |
Additional Inherited Members | |
Protected Attributes inherited from AbstractController | |
| $_runCode = '' | |
| $_runScope = 'store' | |
| $_runOptions = [] | |
| $_request | |
| $_response | |
| $_objectManager | |
| $_assertSessionErrors = false | |
Definition at line 14 of file AddressTest.php.
|
protected |
@inheritDoc
Definition at line 25 of file AddressTest.php.
| testDeleteAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 169 of file AddressTest.php.
| testFailedFormPostAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 125 of file AddressTest.php.
| testFormAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 57 of file AddressTest.php.
| testFormPostAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_two_addresses.php
Definition at line 70 of file AddressTest.php.
| testIndexAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 43 of file AddressTest.php.
| testWrongAddressDeleteAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 187 of file AddressTest.php.