File name Locationsort ascending Description
theme-settings.php core/modules/simpletest/tests/themes/test_theme_config/theme-settings.php Theme settings file for the test_theme_config theme.
test_theme_config.info core/modules/simpletest/tests/themes/test_theme_config/test_theme_config.info name = Test theme config description = Theme for testing the theme default configuration version = BACKDROP_VERSION backdrop = 1.x type = theme hidden = TRUE
theme_test.template_test.tpl.php core/modules/simpletest/tests/themes/test_theme/theme_test.template_test.tpl.php
theme-settings.php core/modules/simpletest/tests/themes/test_theme/theme-settings.php
test_theme.info core/modules/simpletest/tests/themes/test_theme/test_theme.info name = Test theme description = Theme for testing the theme system version = BACKDROP_VERSION backdrop = 1.x type = theme hidden = TRUE ; Normally, themes may list CSS files like this, and if they exist in the theme ; folder, then they get added to…
node--1.tpl.php core/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php
template.php core/modules/simpletest/tests/themes/test_theme/template.php
test_subtheme.info core/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info name = Theme test subtheme description = Test theme which uses test_basetheme as the base theme. version = BACKDROP_VERSION backdrop = 1.x type = theme base theme = test_basetheme hidden = TRUE settings[subtheme_override] = subtheme value
test_basetheme.info core/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info name = Theme test base theme description = Test theme which acts as a base theme for other test subthemes. version = BACKDROP_VERSION backdrop = 1.x type = theme hidden = TRUE settings[basetheme_only] = base theme value settings[subtheme_override] =…
theme.test core/modules/simpletest/tests/theme.test Tests for the theme API.
taxonomy_test.module core/modules/simpletest/tests/taxonomy_test.module Test module for Taxonomy hooks and functions not used in core.
taxonomy_test.install core/modules/simpletest/tests/taxonomy_test.install Install, update and uninstall functions for the taxonomy_test module.
taxonomy_test.info core/modules/simpletest/tests/taxonomy_test.info name = "Taxonomy test module" description = "Tests functions and hooks not used in core". package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE dependencies[] = taxonomy
tablesort.test core/modules/simpletest/tests/tablesort.test Various tablesort tests.
system_test.module core/modules/simpletest/tests/system_test.module Test module for system functions.
system_test.info core/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
system_project_namespace_test.module core/modules/simpletest/tests/system_project_namespace_test.module
system_project_namespace_test.info core/modules/simpletest/tests/system_project_namespace_test.info type = module name = System project namespace test description = Support module for testing project namespace dependencies. package = Testing version = VERSION backdrop = 1.x hidden = TRUE dependencies[] = backdrop:filter
system_incompatible_module_version_test.module core/modules/simpletest/tests/system_incompatible_module_version_test.module
system_incompatible_module_version_test.info core/modules/simpletest/tests/system_incompatible_module_version_test.info name = "System incompatible module version test" description = "Support module for testing system dependencies." package = Testing version = 1.0 backdrop = 1.x hidden = TRUE type = module
system_incompatible_module_version_dependencies_test.module core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module
system_incompatible_module_version_dependencies_test.info core/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info name = "System incompatible module version dependencies test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE ;…
system_incompatible_core_version_test.module core/modules/simpletest/tests/system_incompatible_core_version_test.module
system_incompatible_core_version_test.info core/modules/simpletest/tests/system_incompatible_core_version_test.info name = "System incompatible core version test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 0.x hidden = TRUE
system_incompatible_core_version_dependencies_test.module core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module
system_incompatible_core_version_dependencies_test.info core/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info name = "System incompatible core version dependencies test" description = "Support module for testing system dependencies." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE dependencies[] =…
system_dependencies_test.module core/modules/simpletest/tests/system_dependencies_test.module
system_dependencies_test.info core/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
system_config_test.inc core/modules/simpletest/tests/system_config_test.inc
system.css core/modules/simpletest/tests/system.css /** * This file is for testing CSS file override in * CascadingStylesheetsTestCase::testRenderOverride(). * No contents are necessary. */
standard.test core/modules/simpletest/tests/standard.test Tests for the Standard Installation Profile.
simpletest.tests.info core/modules/simpletest/tests/simpletest.tests.info ; This info file contains an enormous 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, matching…
simpletest.test core/modules/simpletest/tests/simpletest.test Tests for simpletest.module.
session_test.module core/modules/simpletest/tests/session_test.module
session_test.info core/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
session.test core/modules/simpletest/tests/session.test Provides SimpleTests for core session handling functionality.
schema.test core/modules/simpletest/tests/schema.test Tests for the Database Schema API.
requirements2_test.module core/modules/simpletest/tests/requirements2_test.module Tests that a module is not installed when the one it depends on fails hook_requirements('install').
requirements2_test.info core/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 =…
requirements1_test.module core/modules/simpletest/tests/requirements1_test.module Tests that a module is not installed when it fails hook_requirements('install').
requirements1_test.install core/modules/simpletest/tests/requirements1_test.install
requirements1_test.info core/modules/simpletest/tests/requirements1_test.info name = Requirements 1 Test description = "Tests that a module is not installed when it fails hook_requirements('install')." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
path_test.module core/modules/simpletest/tests/path_test.module Helper module for the path tests.
path_test.info core/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
path.test core/modules/simpletest/tests/path.test Tests for path.inc.
password.test core/modules/simpletest/tests/password.test Provides unit tests for password.inc.
pager.test core/modules/simpletest/tests/pager.test Tests for pager functionality.
module_test.module core/modules/simpletest/tests/module_test.module
module_test.install core/modules/simpletest/tests/module_test.install Install, update and uninstall functions for the module_test module.
module_test.info core/modules/simpletest/tests/module_test.info name = "Module test" description = "Support module for module system testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE

Pages