|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| testIndexAction () | |
| testCreateAction () | |
| testLogoutAction () | |
| testNoFormKeyCreatePostAction () | |
| testExistingEmailCreatePostAction () | |
| testInactiveUserConfirmationAction () | |
| testActiveUserConfirmationAction () | |
| testForgotPasswordPostAction () | |
| testForgotPasswordPostWithBadEmailAction () | |
| testResetPasswordPostNoTokenAction () | |
| testResetPasswordPostAction () | |
| testEditAction () | |
| testChangePasswordEditAction () | |
| testMissingDataEditPostAction () | |
| testWrongPasswordEditPostAction () | |
| testWrongConfirmationEditPostAction () | |
| testLoginPostRedirect ($redirectDashboard, string $redirectUrl) | |
| loginPostRedirectDataProvider () | |
Public Member Functions inherited from AbstractController | |
| getRequest () | |
| getResponse () | |
| assert404NotFound () | |
| assertHeaderPcre ($headerName, $valueRegex) | |
| assertRedirect (\PHPUnit\Framework\Constraint\Constraint $urlConstraint=null) | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractController | |
| _getBootstrap () | |
| setUp () | |
| tearDown () | |
| assertPostConditions () | |
| getMessages ( $messageType=null, $messageManagerClass=\Magento\Framework\Message\Manager::class) | |
Protected Attributes inherited from AbstractController | |
| $_runCode = '' | |
| $_runScope = 'store' | |
| $_runOptions = [] | |
| $_request | |
| $_response | |
| $_objectManager | |
| $_assertSessionErrors = false | |
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 30 of file AccountTest.php.
| loginPostRedirectDataProvider | ( | ) |
Data provider for testLoginPostRedirect.
Definition at line 709 of file AccountTest.php.
| testActiveUserConfirmationAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 350 of file AccountTest.php.
| testChangePasswordEditAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 479 of file AccountTest.php.
| testCreateAction | ( | ) |
Test sign up form displaying.
Definition at line 62 of file AccountTest.php.
| testEditAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 462 of file AccountTest.php.
| testExistingEmailCreatePostAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 316 of file AccountTest.php.
| testForgotPasswordPostAction | ( | ) |
@codingStandardsIgnoreStart @magentoConfigFixture current_store customer/password/limit_password_reset_requests_method 0 @magentoConfigFixture current_store customer/password/forgot_email_template customer_password_forgot_email_template @magentoConfigFixture current_store customer/password/forgot_email_identity support @magentoConfigFixture current_store customer/captcha/enable 0 @magentoDataFixture Magento/Customer/_files/customer.php @codingStandardsIgnoreEnd
Definition at line 375 of file AccountTest.php.
| testForgotPasswordPostWithBadEmailAction | ( | ) |
@magentoConfigFixture current_store customer/captcha/enable 0
Definition at line 398 of file AccountTest.php.
| testInactiveUserConfirmationAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/inactive_customer.php
Definition at line 333 of file AccountTest.php.
| testIndexAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php @magentoDataFixture Magento/Customer/_files/customer_address.php
Definition at line 50 of file AccountTest.php.
| testLoginPostRedirect | ( | $redirectDashboard, | |
| string | $redirectUrl | ||
| ) |
Test redirect customer to account dashboard after logging in.
| bool | null | $redirectDashboard | |
| string | $redirectUrl | @magentoDbIsolation enabled @magentoAppIsolation enabled @magentoDataFixture Magento/Customer/_files/customer.php @dataProvider loginPostRedirectDataProvider |
Definition at line 685 of file AccountTest.php.
| testLogoutAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 78 of file AccountTest.php.
| testMissingDataEditPostAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 591 of file AccountTest.php.
| testNoFormKeyCreatePostAction | ( | ) |
Tests that without form key user account won't be created and user will be redirected on account creation page again.
Definition at line 221 of file AccountTest.php.
| testResetPasswordPostAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer_rp_token.php @magentoConfigFixture customer/password/reset_link_expiration_period 10
Definition at line 440 of file AccountTest.php.
| testResetPasswordPostNoTokenAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 417 of file AccountTest.php.
| testWrongConfirmationEditPostAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 650 of file AccountTest.php.
| testWrongPasswordEditPostAction | ( | ) |
@magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 619 of file AccountTest.php.