FieldGetValueTestCase::$value_email1 |
property |
core/modules/field/tests/field.test |
|
FieldGetValueTestCase::$value_email2 |
property |
core/modules/field/tests/field.test |
|
MailTestCase::testPluggableFramework |
function |
core/modules/simpletest/tests/mail.test |
Assert that the pluggable mail system is functional. |
EmailExampleTestCase::testContactForm |
function |
modules/examples/email_example/tests/email_example.test |
Verify the functionality of the example module. |
UserAdminSettingsEmailFormTest::setUp |
function |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropWebTestCase::backdropGetMails |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Gets an array containing all emails sent during this test case. |
BackdropWebTestCase::assertMailString |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that the most recently sent email message has the string in it. |
BackdropWebTestCase::assertMailPattern |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Asserts that the most recently sent email message has the pattern in it. |
PagePreviewTestCase::$field_email_name |
property |
core/modules/node/tests/node.test |
|
LayoutEntityLayoutsTest::$field_email_name |
property |
core/modules/layout/tests/layout_entity.test |
|
views_handler_field_user_mail::render_link |
function |
core/modules/user/views/views_handler_field_user_mail.inc |
|
SimpleTestMailCaptureTestCase::testMailSend |
function |
core/modules/simpletest/tests/simpletest.test |
Test to see if the wrapper function is executed correctly. |
LinkValidateUnitTest::testValidateEmailLink |
function |
core/modules/link/tests/link.validate.test |
|
views_handler_field_user_mail::options_form |
function |
core/modules/user/views/views_handler_field_user_mail.inc |
Provide link to node option |
FieldGetValueTestCase::$test_email_field_name |
property |
core/modules/field/tests/field.test |
|
LinkValidateUnitTest::testValidateEmailLinkBad |
function |
core/modules/link/tests/link.validate.test |
|
views_handler_field_user_mail::option_definition |
function |
core/modules/user/views/views_handler_field_user_mail.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
UserRegistrationTestCase::testRegistrationEmailAsUsername |
function |
core/modules/user/tests/user.test |
Tests new users username matches their email if username is an email. |
UserRegistrationTestCase::testRegistrationEmailDuplicates |
function |
core/modules/user/tests/user.test |
|
UserRegistrationTestCase::testRegistrationWithEmailVerification |
function |
core/modules/user/tests/user.test |
|
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled |
function |
core/modules/user/tests/user.test |
Tests new users username not matching their email if username is an email. |
UserRegistrationTestCase::testRegistrationWithoutEmailVerification |
function |
core/modules/user/tests/user.test |
|