|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| testNewAction () | |
| testNewActionUnusedEmail () | |
| testNewActionUsedEmail () | |
| testNewActionOwnerEmail () | |
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 SubscriberTest.php.
|
protected |
Definition at line 16 of file SubscriberTest.php.
| testNewAction | ( | ) |
Definition at line 21 of file SubscriberTest.php.
| testNewActionOwnerEmail | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 68 of file SubscriberTest.php.
| testNewActionUnusedEmail | ( | ) |
@magentoDbIsolation enabled
Definition at line 34 of file SubscriberTest.php.
| testNewActionUsedEmail | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 50 of file SubscriberTest.php.