HookRequirementsTestCase |
class |
|
core/modules/system/tests/system.test |
Tests failure of hook_requirements('install'). |
HTMLIdTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests uniqueness of generated HTML IDs. |
HttpResponseCodeLayoutAccess |
class |
|
core/modules/layout/plugins/access/http_response_code_layout_access.inc |
@file
Plugin to provide access control by the server HTTP response code. |
HWLDFWordAccumulator |
class |
|
core/includes/diff.inc |
|
IconTestCase |
class |
|
core/modules/simpletest/tests/icon.test |
Tests providing and overriding icons from both modules and themes. |
ImageAdminStylesUnitTest |
class |
|
core/modules/image/tests/image.test |
Tests creation, deletion, and editing of image styles and effects. |
ImageDimensionsScaleTestCase |
class |
|
core/modules/image/tests/image.test |
Tests image_dimensions_scale(). |
ImageDimensionsUnitTest |
class |
|
core/modules/image/tests/image.test |
Tests that images have correct dimensions when styled. |
ImageEffectsUnitTest |
class |
|
core/modules/image/tests/image.test |
Use the image_test.module's mock toolkit to ensure that the effects are
properly passing parameters to the image toolkit. |
ImageExampleTestCase |
class |
|
modules/examples/image_example/tests/image_example.test |
Functional tests for the Image Example module. |
ImageFieldDefaultImagesTestCase |
class |
|
core/modules/image/tests/image.test |
Tests default image settings. |
ImageFieldDisplayTestCase |
class |
|
core/modules/image/tests/image.test |
Test class to check that formatters and display settings are working. |
ImageFieldTestCase |
class |
|
core/modules/image/tests/image.test |
This class provides methods specifically for testing Image's field handling. |
ImageFieldValidateTestCase |
class |
|
core/modules/image/tests/image.test |
Test class to check for various validations. |
ImageFileMoveTest |
class |
|
core/modules/simpletest/tests/image.test |
Tests the file move function for managed files. |
ImageStyleFloodProtection |
class |
|
core/modules/image/tests/image.test |
Tests the functions for generating paths and URLs for image styles. |
ImageStyleFlushTest |
class |
|
core/modules/image/tests/image.test |
Tests flushing of image styles. |
ImageStylesPathAndUrlUnitTest |
class |
|
core/modules/image/tests/image.test |
Tests the functions for generating paths and URLs for image styles. |
ImageStyleTokenTests |
class |
|
core/modules/image/tests/token.test |
Test the Image Style Token module. |
ImageThemeFunctionWebTestCase |
class |
|
core/modules/image/tests/image.test |
Tests image theme functions. |
ImageToolkitGdTestCase |
class |
|
core/modules/simpletest/tests/image.test |
Test the core GD image manipulation functions. |
ImageToolkitTestCase |
class |
|
core/modules/simpletest/tests/image.test |
Base class for image manipulation testing. |
ImageToolkitUnitTest |
class |
|
core/modules/simpletest/tests/image.test |
Test that the functions in image.inc correctly pass data to the toolkit. |
InfoFileCoreTest |
class |
|
core/modules/system/tests/system.test |
Ensures that all info files have expected contents. |
InfoFileParserTestCase |
class |
|
core/modules/system/tests/system.test |
|
InsertQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted INSERT query. |
InsertQuery_mysql |
class |
|
core/includes/database/mysql/query.inc |
MySQL-specific class for executing INSERT queries. |
InstallerBrowserAdministrationTestCase |
class |
|
core/modules/installer/tests/installer.test |
Administration tests for Project Browser. |
InstallerLanguageTestCase |
class |
|
core/modules/simpletest/tests/installer.test |
Tests installer language detection. |
InstallerTestUploadCase |
class |
|
core/modules/installer/tests/installer.test |
|
InvalidMergeQueryException |
class |
|
core/includes/database/database.inc |
Exception thrown for merge queries that do not make semantic sense. |
JsExampleTestCase |
class |
|
modules/examples/js_example/tests/js_example.test |
Default test case for the js_example module. |
LanguageLayoutAccess |
class |
|
core/modules/layout/plugins/access/language_layout_access.inc |
|
LanguageListTest |
class |
|
core/modules/language/tests/language.test |
Functional tests for the language list configuration forms. |
LanguageUpgradePathTestCase |
class |
|
core/modules/simpletest/tests/upgrade/upgrade.language.test |
Tests upgrading a filled database with language data. |
Layout |
class |
|
core/modules/layout/includes/layout.class.inc |
@file
Class for loading, modifying, and executing a layout. |
LayoutAccess |
class |
|
core/modules/layout/plugins/access/layout_access.inc |
@file
Class for loading, modifying, and saving a layout access rule (condition). |
LayoutAccessBroken |
class |
|
core/modules/layout/plugins/access/layout_access.inc |
A class to be used for contexts whose handler cannot be found. |
LayoutAccessNegatable |
class |
|
core/modules/layout/plugins/access/layout_access.inc |
A common base class used for access handlers that may be negated. |
LayoutBlockTest |
class |
|
core/modules/layout/tests/layout.test |
Tests the blocks title, content, and display settings. |
LayoutBlockTextTest |
class |
|
core/modules/layout/tests/layout.test |
Tests the BlockTest (custom text) block functionality. |
LayoutBlockUsageTestCase |
class |
|
core/modules/layout/tests/layout.test |
Tests layout_get_block_usage(). |
LayoutCloneTest |
class |
|
core/modules/layout/tests/layout.test |
Tests the interface for adding, removing, and moving blocks. |
LayoutContext |
abstract class |
|
core/modules/layout/plugins/context/layout_context.inc |
@file
Class that holds information relating to a layout's context. |
LayoutContextBroken |
class |
|
core/modules/layout/plugins/context/layout_context.inc |
A class to be used for contexts whose handler cannot be found. |
LayoutDeletionTest |
class |
|
core/modules/layout/tests/layout.test |
Tests that ensures deletion messages are appropriate if layout page has
any special role. |
LayoutEntityLayoutsTest |
class |
|
core/modules/layout/tests/layout_entity.test |
Tests adding and modifying entity layouts. |
LayoutException |
class |
|
core/modules/layout/includes/layout.exceptions.inc |
General exceptions thrown by Layout module. |
LayoutFlexibleTemplate |
class |
|
core/modules/layout/includes/layout_flexible.class.inc |
@file
Class that holds configuration for a flexible layout template configuration. |
LayoutFlexibleTemplateTest |
class |
|
core/modules/layout/tests/layout.test |
Tests the interface for flexible layouts. |