|
CommonBackdropWriteRecordTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests writing of data records with backdrop_write_record(). |
|
CommonSimpleTestErrorCollectorTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests SimpleTest error and exception collector. |
|
CommonBackdropParseInfoFileTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_parse_info_file() API function. |
|
CommonBackdropSystemListingTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests scanning system directories in backdrop_system_listing(). |
|
CommonFormatDateTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the format_date() function. |
|
UrlIsExternalUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests url_is_external(). |
|
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. |
|
CommonBackdropFormatXmlElementsUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the format_xml_elements() API function. |
|
CommonJSONUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_json_encode() and backdrop_json_decode() functions. |
|
CommonBackdropAddFeedTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Basic tests for backdrop_add_feed(). |
|
CommonBackdropHTTPRedirectTest |
class |
|
core/modules/simpletest/tests/common.test |
Unit tests for processing of http redirects. |
|
ArrayDiffUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Test array diff functions. |
|
BackdropGetQueryArrayTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the functionality of backdrop_get_query_array(). |
|
FeedIconTest |
class |
|
core/modules/simpletest/tests/common.test |
Test for theme_feed_icon(). |
|
ColorTest |
class |
|
core/modules/simpletest/tests/color.test |
@file |
|
CacheTestCase |
class |
|
core/modules/simpletest/tests/cache.test |
|
|
CacheSavingCase |
class |
|
core/modules/simpletest/tests/cache.test |
|
|
CacheGetMultipleUnitTest |
class |
|
core/modules/simpletest/tests/cache.test |
Test getMultiple(). |
|
CacheClearCase |
class |
|
core/modules/simpletest/tests/cache.test |
Test cache clearing methods. |
|
CacheIsEmptyCase |
class |
|
core/modules/simpletest/tests/cache.test |
Test isEmpty() method. |
|
WatchdogTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
|
BootstrapWatchdogTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
|
BootstrapIPAddressTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
|
BootstrapPageCacheTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
|
BootstrapVariableTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
|
HookBootExitTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test hook_boot() and hook_exit(). |
|
BootstrapGetFilenameTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test backdrop_get_filename()'s availability. |
|
BootstrapTimerTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
|
|
BootstrapResettableStaticTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test that resetting static variables works. |
|
BootstrapMiscTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Test miscellaneous functions in bootstrap.inc. |
|
BootstrapOverrideServerVariablesTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Tests for overriding server variables via the API. |
|
BootstrapDestinationTestCase |
class |
|
core/modules/simpletest/tests/bootstrap.test |
Tests for $_GET['destination'] and $_REQUEST['destination'] validation. |
|
EarlyBootstrapTestCase |
class |
|
core/modules/simpletest/tests/boot.test |
Perform early bootstrap tests. |
|
BatchProcessingTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API. |
|
BatchPageTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API Progress page. |
|
BatchPercentagesUnitTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests the function _batch_api_percentage() to make sure that the rounding
works properly in all cases. |
|
BasisTestCase |
class |
|
core/modules/simpletest/tests/basis.test |
Test the addition of supplemental CSS update selectors on the body class. |
|
BackupBaseTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Base class for testing Backup and Restore functionality. |
|
BackupSettingsTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Tests backup settings form. |
|
BackupUpdateTestCase |
class |
|
core/modules/simpletest/tests/backup.test |
Tests backup and restore via update.php and restore.php. |
|
AJAXTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Ajax Test. |
|
AJAXFrameworkTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests primary Ajax framework functions. |
|
AJAXCommandsTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests Ajax framework commands. |
|
AJAXFormValuesTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Test that $form_state['values'] is properly delivered to $ajax['callback']. |
|
AJAXMultiFormTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests that Ajax-enabled forms work when multiple instances of the same form are on a page. |
|
AJAXFormPageCacheTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Test Ajax forms when page caching for anonymous users is turned on. |
|
AJAXElementValidation |
class |
|
core/modules/simpletest/tests/ajax.test |
Miscellaneous Ajax tests using ajax_test module. |
|
AJAXDialogTest |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests use of dialogs as wrappers for Ajax responses. |
|
ActionLoopTestCase |
class |
|
core/modules/simpletest/tests/actions.test |
Test actions executing in a potential loop, and make sure they abort properly. |