TokenTestHelper |
class |
|
core/modules/simpletest/tests/token.test |
Helper test class with some added functions for testing. |
TokenUnitTestCase |
class |
|
core/modules/simpletest/tests/token.test |
|
TokenURLTestCase |
class |
|
core/modules/simpletest/tests/token.test |
|
TokenUserTestCase |
class |
|
core/modules/simpletest/tests/token.test |
|
TranslationTestCase |
class |
|
core/modules/translation/tests/translation.test |
Functional tests for the Translation module. |
TransliterationTest |
class |
|
core/modules/simpletest/tests/transliteration.test |
Tests the transliteration class. |
TruncateQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted TRUNCATE operation. |
TruncateQuery_mysql |
class |
|
core/includes/database/mysql/query.inc |
|
UnicodeUnitTest |
class |
|
core/modules/simpletest/tests/unicode.test |
Test unicode handling features implemented in unicode.inc. |
UpdateCoreTestCase |
class |
|
core/modules/update/tests/update.test |
|
UpdateCoreUnitTestCase |
class |
|
core/modules/update/tests/update.test |
Tests update functionality unrelated to the database. |
UpdateDependencyHookInvocationTestCase |
class |
|
core/modules/simpletest/tests/update.test |
Tests for the invocation of hook_update_dependencies(). |
UpdateDependencyMissingTestCase |
class |
|
core/modules/simpletest/tests/update.test |
Tests for missing update dependencies. |
UpdateDependencyOrderingTestCase |
class |
|
core/modules/simpletest/tests/update.test |
Tests for the update dependency ordering system. |
UpdateDrupal7TestCase |
class |
|
core/modules/simpletest/tests/update.test |
Tests for ensuring updates from Drupal 7 execute properly. |
UpdateQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted UPDATE operation. |
Updater |
abstract class |
|
core/includes/updater.inc |
Base class for Updaters used in Backdrop. |
UpdaterException |
class |
|
core/includes/updater.inc |
Exception class for the Updater class hierarchy. |
UpdaterFileTransferException |
class |
|
core/includes/updater.inc |
Child class of UpdaterException that indicates a FileTransfer exception. |
UpdateScriptFunctionalTest |
class |
|
core/modules/system/tests/system.test |
Tests for the update system functionality. |
UpdateTestContribCase |
class |
|
core/modules/update/tests/update.test |
|
UpdateTestFileTransfer |
class |
|
core/modules/update/tests/update_test/update_test.module |
Mocks a FileTransfer object to test the settings form functionality. |
UpdateTestHelper |
class |
|
core/modules/update/tests/update.test |
Defines some shared functions used by all update tests. |
UpgradePathTestCase |
abstract class |
|
core/modules/simpletest/tests/upgrade/upgrade.test |
Perform end-to-end tests of the upgrade path. |
UrlAlterFunctionalTest |
class |
|
core/modules/simpletest/tests/path.test |
Tests hook_url_alter functions. |
UrlIsExternalUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests url_is_external(). |
User |
class |
|
core/modules/user/user.entity.inc |
Defines the user entity class. |
UserAccountLinksUnitTests |
class |
|
core/modules/user/tests/user.test |
Tests user links in the header menu. |
UserAdminSettingsEmailFormTest |
class |
|
core/modules/user/tests/user.test |
|
UserAdminSettingsFormTest |
class |
|
core/modules/user/tests/user.test |
|
UserAdminTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserAutocompleteTestCase |
class |
|
core/modules/user/tests/user.test |
Test user autocompletion. |
UserBlocksUnitTests |
class |
|
core/modules/user/tests/user.test |
Test user blocks. |
UserCancelTestCase |
class |
|
core/modules/user/tests/user.test |
Test cancelling a user. |
UserCompareLayoutAccess |
class |
|
core/modules/layout/plugins/access/user_compare_layout_access.inc |
Plugin to provide access if two user account contexts are the same. |
UserCreateTestCase |
class |
|
core/modules/user/tests/user.test |
Test the create user administration page. |
UserEditedOwnAccountTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserEditRebuildTestCase |
class |
|
core/modules/user/tests/user.test |
Tests editing a user account with and without a form rebuild. |
UserEditTestCase |
class |
|
core/modules/user/tests/user.test |
Test case to test user_save() behavior. |
UserEntityCallbacksTestCase |
class |
|
core/modules/user/tests/user.test |
Test user entity callbacks. |
UserInterface |
interface |
|
core/includes/userinterface.inc |
Defines a common interface for user entities. |
UserLoginTestBase |
class |
|
core/modules/user/tests/user.test |
|
UserLoginTestCase |
class |
|
core/modules/user/tests/user.test |
Functional tests for user logins, including rate limiting of login attempts. |
UserPasswordResetTest |
class |
|
core/modules/user/tests/user_password_reset.test |
|
UserPermissionLayoutAccess |
class |
|
core/modules/layout/plugins/access/user_permission_layout_access.inc |
@file
Plugin to provide access control based on user permission strings. |
UserPermissionsTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserPictureTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserRegistrationTestCase |
class |
|
core/modules/user/tests/user.test |
|
UserRoleAdminTestCase |
class |
|
core/modules/user/tests/user.test |
Test case to test adding, editing and deleting roles. |
UserRoleLayoutAccess |
class |
|
core/modules/layout/plugins/access/user_role_layout_access.inc |
@file
Plugin to provide access control based upon role membership. |