Contains filters are case sensitive
File name Location Namespacesort descending Description
translation.tests.info modules/translation/tests/translation.tests.info [TranslationTestCase] name = Translation functionality description = Create a page with translation, modify the page outdating translation, and update translation. group = Translation file = translation.test
translation.test modules/translation/tests/translation.test Tests for the Translation module.
views_handler_filter_node_tnid_child.inc modules/translation/views/views_handler_filter_node_tnid_child.inc Definition of views_handler_filter_node_tnid_child.
translation.views.inc modules/translation/views/translation.views.inc Provide views data and handlers for translation.module.
views_handler_argument_node_tnid.inc modules/translation/views/views_handler_argument_node_tnid.inc Provide node tnid argument handler.
views_handler_field_node_link_translate.inc modules/translation/views/views_handler_field_node_link_translate.inc Definition of views_handler_field_node_link_translate.
views_handler_relationship_translation.inc modules/translation/views/views_handler_relationship_translation.inc Definition of views_handler_relationship_translation.
views_handler_filter_node_tnid.inc modules/translation/views/views_handler_filter_node_tnid.inc Definition of views_handler_filter_node_tnid.
views_handler_field_node_translation_link.inc modules/translation/views/views_handler_field_node_translation_link.inc Definition of views_handler_field_node_translation_link.
system_cron_test.info modules/system/tests/system_cron_test.info type = module name = System Cron Test description = Support module for testing the system_cron(). package = Testing version = VERSION backdrop = 1.x hidden = TRUE
cron_queue_test.module modules/system/tests/cron_queue_test.module
system_cron_test.module modules/system/tests/system_cron_test.module Helper module for CronRunTestCase::testCronCacheExpiration().
system_incompatible_module_version_dependencies_test.module modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module
database_test.info modules/simpletest/tests/database_test.info name = "Database Test" description = "Support module for Database layer tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
actions_loop_test.module modules/simpletest/tests/actions_loop_test.module
filter_test.info modules/simpletest/tests/filter_test.info name = Filter test module description = Tests filter hooks and functions. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
installer.test modules/simpletest/tests/installer.test Tests for the installer.
common_test_cron_helper.info modules/simpletest/tests/common_test_cron_helper.info name = "Common Test Cron Helper" description = "Helper module for CronRunTestCase::testCronExceptions()." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
update_test_1.install modules/simpletest/tests/update_test_1.install Install, update and uninstall functions for the update_test_1 module.
path_test.info modules/simpletest/tests/path_test.info name = "Hook path tests" description = "Support module for path hook testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
menu.test modules/simpletest/tests/menu.test Provides SimpleTests for menu.inc.
requirements2_test.module modules/simpletest/tests/requirements2_test.module Tests that a module is not installed when the one it depends on fails hook_requirements('install').
tablesort.test modules/simpletest/tests/tablesort.test Various tablesort tests.
session_test.info modules/simpletest/tests/session_test.info name = "Session test" description = "Support module for session data testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
https.php modules/simpletest/tests/https.php Fake an HTTPS request, for use during testing.
simpletest.tests.info modules/simpletest/tests/simpletest.tests.info ; This info file contains an enourmous number of tests. They are ordered by: ; 1) The main SimpleTest tests from the simpletest.test file. ; 2) The list of all *.test files in the /tests directory, alphabetically. ; 3) Within each *.test file,…
common_test.print.css modules/simpletest/tests/common_test.print.css /* This file is for testing CSS file inclusion, no contents are necessary. */
system_test.info modules/simpletest/tests/system_test.info name = System test description = Support module for system testing. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
config_obj.test modules/simpletest/tests/config_obj.test
theme_test.theme.inc modules/simpletest/tests/theme_test.theme.inc Theme functions for the Theme Test module.
common_test_info.txt modules/simpletest/tests/common_test_info.txt ; Test parsing with a simple string. simple_string = A simple string ; Test that constants can be used as values. simple_constant = WATCHDOG_INFO ; After parsing the .info file, 'double_colon' should hold the literal value. ; Parsing…
driver.test modules/simpletest/tests/driver.test
config.test modules/config/tests/config.test Tests for Configuration module.
config.tests.info modules/config/tests/config.tests.info [ConfigurationTest] name = Configuration basic tests description = Tests writing and reading configuration files. group = Configuration file = config.test [ConfigurationHooksTest] name = Configuration hooks description = Tests hooks for validation,…
config.admin.css modules/config/css/config.admin.css /** * CSS for the admin section of the Config module. */ .config-import-single-form textarea, .config-export-single-form textarea { font: 1.2em monospace; white-space: pre; } .config-diff .config-old, .config-diff .config-new { width:…
bootstrap.test modules/simpletest/tests/bootstrap.test
theme_test.module modules/simpletest/tests/theme_test.module
system_dependencies_test.module modules/simpletest/tests/system_dependencies_test.module
url_alter_test.module modules/simpletest/tests/url_alter_test.module Module to help test hook_url_inbound_alter() and hook_url_outbound_alter().
module_test.module modules/simpletest/tests/module_test.module
system_dependencies_test.info modules/simpletest/tests/system_dependencies_test.info name = "System dependency test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE dependencies[] = _missing_dependency
database_test.module modules/simpletest/tests/database_test.module
requirements2_test.info modules/simpletest/tests/requirements2_test.info name = Requirements 2 Test description = "Tests that a module is not installed when the one it depends on fails hook_requirements('install)." dependencies[] = requirements1_test dependencies[] = comment package = Testing version =…
taxonomy_test.module modules/simpletest/tests/taxonomy_test.module Test module for Taxonomy hooks and functions not used in core.
ajax.test modules/simpletest/tests/ajax.test Ajax Tests.
update_test_2.install modules/simpletest/tests/update_test_2.install Install, update and uninstall functions for the update_test_2 module.
theme_test.info modules/simpletest/tests/theme_test.info name = "Theme test" description = "Support module for theme system testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
config_storage_obj.test modules/simpletest/tests/config_storage_obj.test
requirements1_test.install modules/simpletest/tests/requirements1_test.install
update_test_3.install modules/simpletest/tests/update_test_3.install Install, update and uninstall functions for the update_test_3 module.

Pages