CommonJavaScriptTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for the JavaScript system. |
CommonHTMLIdentifierTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test for cleaning HTML identifiers. |
CommonFormatDateTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the format_date() function. |
CommonCascadingStylesheetsUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
CSS Unit Tests. |
CommonCascadingStylesheetsTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test the Backdrop CSS system. |
CommonBackdropWriteRecordTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests writing of data records with backdrop_write_record(). |
CommonBackdropSystemListingTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests scanning system directories in backdrop_system_listing(). |
CommonBackdropSortUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Test that backdrop_sort() works correctly. |
CommonBackdropRenderTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for backdrop_render(). |
CommonBackdropParseInfoFileTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_parse_info_file() API function. |
CommonBackdropHTTPResponseStatusLineTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests parsing of the HTTP response status line. |
CommonBackdropHTTPRequestTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test backdrop_http_request(). |
CommonBackdropGotoTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests backdrop_goto() and hook_backdrop_goto_alter(). |
CommonBackdropFormatXmlElementsUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the format_xml_elements() API function. |
CommonBackdropAttributesUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_attributes() functionality. |
CommonBackdropArrayUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests the various backdrop_array_* helper functions. |
CommonBackdropAlterTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for URL generation functions. |
CommonBackdropAddFeedTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Basic tests for backdrop_add_feed(). |
CommonAutocompleteTagsTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test backdrop_explode_tags() and backdrop_implode_tags(). |
CommentViewsHandlerFilterUserUidTest |
class |
|
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Tests the filter_comment_user_uid handler. |
CommentViewsHandlerArgumentUserUidTest |
class |
|
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Tests the argument_comment_user_uid handler. |
CommentTokenReplaceTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests comment token replacement in strings. |
CommentThreadingTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests comment threading. |
CommentStorageController |
class |
|
core/modules/comment/comment.entity.inc |
Defines the controller class for comments. |
CommentRSSUnitTest |
class |
|
core/modules/comment/tests/comment.test |
Unit tests for Comment module integration with RSS feeds. |
CommentPreviewTest |
class |
|
core/modules/comment/tests/comment.test |
Tests previewing comments. |
CommentPagerTest |
class |
|
core/modules/comment/tests/comment.test |
Verifies pagination of comments. |
CommentNodeChangesTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests that comments behave correctly when the node is changed. |
CommentNodeAutoCloserTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests that comments behave correctly when the auto closer is enabled. |
CommentNodeAccessTest |
class |
|
core/modules/comment/tests/comment.test |
Tests comments with node access. |
CommentInterfaceTest |
class |
|
core/modules/comment/tests/comment.test |
|
CommentHelperCase |
class |
|
core/modules/comment/tests/comment.test |
|
CommentFieldsTest |
class |
|
core/modules/comment/tests/comment.test |
Tests fields on comments. |
CommentContentRebuild |
class |
|
core/modules/comment/tests/comment.test |
Tests comment content rebuilding. |
CommentBlockFunctionalTest |
class |
|
core/modules/comment/tests/comment.test |
Tests the Comment module blocks. |
CommentAuthorDeletionTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests the behavior of comments when the comment author is deleted. |
CommentApprovalTest |
class |
|
core/modules/comment/tests/comment.test |
Tests comment approval functionality. |
CommentAnonymous |
class |
|
core/modules/comment/tests/comment.test |
Tests anonymous commenting. |
CommentActionsTestCase |
class |
|
core/modules/comment/tests/comment.test |
Tests actions provided by the Comment module. |
Comment |
class |
|
core/modules/comment/comment.entity.inc |
Defines the comment entity class. |
ColorTestCase |
class |
|
core/modules/color/tests/color.test |
Tests the Color module functionality. |
ColorTest |
class |
|
core/modules/simpletest/tests/color.test |
@file |
Color |
class |
|
core/includes/color.inc |
Performs color conversions. |
CKEditorTestCase |
class |
|
core/modules/ckeditor/tests/ckeditor.test |
|
CKEditorRtlTestCase |
class |
|
core/modules/ckeditor/tests/ckeditor_rtl.test |
CKEditor testing class specific for right-to-left languages. |
CacheTestCase |
class |
|
core/modules/simpletest/tests/cache.test |
|
CacheSavingCase |
class |
|
core/modules/simpletest/tests/cache.test |
|
CacheIsEmptyCase |
class |
|
core/modules/simpletest/tests/cache.test |
Test isEmpty() method. |
CacheGetMultipleUnitTest |
class |
|
core/modules/simpletest/tests/cache.test |
Test getMultiple(). |
CacheExampleTestCase |
class |
|
modules/examples/cache_example/cache_example.test |
Functional tests for the Cache Example module. |