CommentAuthorDeletionTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests the behavior of comments when the comment author is deleted. |
CommentBlockFunctionalTest |
class |
|
core/modules/comment/tests/comment.test |
Tests the Comment module blocks. |
CommentContentRebuild |
class |
|
core/modules/comment/tests/comment.test |
Tests comment content rebuilding. |
CommentFieldsTest |
class |
|
core/modules/comment/tests/comment.test |
Tests fields on comments. |
CommentHelperCase |
class |
|
core/modules/comment/tests/comment.test |
|
CommentInterfaceTest |
class |
|
core/modules/comment/tests/comment.test |
|
CommentNodeAccessTest |
class |
|
core/modules/comment/tests/comment.test |
Tests comments with node access. |
CommentNodeAutoCloserTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests that comments behave correctly when the auto closer is enabled. |
CommentNodeChangesTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests that comments behave correctly when the node is changed. |
CommentPagerTest |
class |
|
core/modules/comment/tests/comment.test |
Verifies pagination of comments. |
CommentPreviewTest |
class |
|
core/modules/comment/tests/comment.test |
Tests previewing comments. |
CommentRSSUnitTest |
class |
|
core/modules/comment/tests/comment.test |
Unit tests for Comment module integration with RSS feeds. |
CommentStorageController |
class |
|
core/modules/comment/comment.entity.inc |
Defines the controller class for comments. |
CommentThreadingTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests comment threading. |
CommentTokenReplaceTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests comment token replacement in strings. |
CommentViewsHandlerArgumentUserUidTest |
class |
|
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Tests the argument_comment_user_uid handler. |
CommentViewsHandlerFilterUserUidTest |
class |
|
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Tests the filter_comment_user_uid handler. |
CommonAutocompleteTagsTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test backdrop_explode_tags() and backdrop_implode_tags(). |
CommonBackdropAddFeedTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Basic tests for backdrop_add_feed(). |
CommonBackdropAlterTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for URL generation functions. |
CommonBackdropArrayUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests the various backdrop_array_* helper functions. |
CommonBackdropAttributesUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_attributes() functionality. |
CommonBackdropFormatXmlElementsUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the format_xml_elements() API function. |
CommonBackdropGotoTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests backdrop_goto() and hook_backdrop_goto_alter(). |
CommonBackdropHTTPRedirectTest |
class |
|
core/modules/simpletest/tests/common.test |
Unit tests for processing of http redirects. |
CommonBackdropHTTPRequestTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test backdrop_http_request(). |
CommonBackdropHTTPResponseStatusLineTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests parsing of the HTTP response status line. |
CommonBackdropParseInfoFileTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_parse_info_file() API function. |
CommonBackdropRenderTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for backdrop_render(). |
CommonBackdropSortUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Test that backdrop_sort() works correctly. |
CommonBackdropSystemListingTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests scanning system directories in backdrop_system_listing(). |
CommonBackdropWriteRecordTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests writing of data records with backdrop_write_record(). |
CommonCascadingStylesheetsTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test the Backdrop CSS system. |
CommonCascadingStylesheetsUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
CSS Unit Tests. |
CommonFormatDateTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the format_date() function. |
CommonHTMLIdentifierTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test for cleaning HTML identifiers. |
CommonJavaScriptTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for the JavaScript system. |
CommonJSONUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_json_encode() and backdrop_json_decode() functions. |
CommonSimpleTestErrorCollectorTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests SimpleTest error and exception collector. |
CommonSizeUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests file size parsing and formatting functions. |
CommonURLUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
All URL testing that does not require a Backdrop bootstrap. |
CommonURLWebTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for URL generation functions. |
CommonValidNumberStepUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests number step validation by valid_number_step(). |
CommonValidUrlUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests URL validation by valid_url(). |
CommonXssUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for check_plain(), filter_xss(), format_string(), and check_url(). |
Config |
class |
|
core/includes/config.inc |
Defines the default configuration object. |
ConfigDatabaseStorage |
class |
|
core/includes/config.inc |
Defines the database storage controller. |
ConfigException |
class |
|
core/includes/config.inc |
A base exception thrown in any configuration system operations. |
ConfigFileStorage |
class |
|
core/includes/config.inc |
Defines the file storage controller. |
ConfigNameException |
class |
|
core/includes/config.inc |
Exception thrown when a config object name is invalid. |