CommentAnonymous::setUp in modules/comment/tests/comment.test
Sets up a Backdrop site for running functional and integration tests.
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentLinks in modules/comment/tests/comment.test
Tests comment links.
CommentInterfaceTest::testCommentNodeCommentStatistics in modules/comment/tests/comment.test
Tests the node comment statistics.
FormsArbitraryRebuildTestCase::setUp in modules/simpletest/tests/form.test
Sets up a Backdrop site for running functional and integration tests.
LocaleUserCreationTest::setUp in modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
MenuTestCase::testMenu in modules/menu/tests/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
SimpleTestBrowserTestCase::setUp in modules/simpletest/tests/simpletest.test
Sets up a Backdrop site for running functional and integration tests.
user_account_form in modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site.
UserRegistrationTestCase::testRegistrationDefaultValues in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationEmailAsUsername in modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailDuplicates in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in modules/user/tests/user.test
Tests Field API fields on user registration forms.