BackdropHtmlToTextTestCase |
class |
|
core/modules/simpletest/tests/mail.test |
Unit tests for backdrop_html_to_text(). |
BackdropGetQueryArrayTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the functionality of backdrop_get_query_array(). |
BackdropFakeCache |
class |
|
core/includes/cache-install.inc |
Defines a stub cache implementation to be used during installation. |
BackdropErrorHandlerUnitTest |
class |
|
core/modules/simpletest/tests/error.test |
Tests Backdrop error and exception handlers. |
BackdropDummyStreamWrapper |
class |
|
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Helper class for testing the stream wrapper registry. |
BackdropDummyRemoteStreamWrapper |
class |
|
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Helper class for testing the stream wrapper registry. |
BackdropDiffFormatter |
class |
|
core/includes/diff.inc |
Backdrop diff formatter which returns diffs as an array. |
BackdropDateTime |
class |
|
core/includes/date.class.inc |
Extends PHP DateTime class for use with Backdrop. |
BackdropDatabaseCache |
class |
|
core/includes/cache.inc |
Defines a default cache implementation. |
BackdropCacheInterface |
interface |
|
core/includes/cache.inc |
Defines an interface for cache implementations. |
BackdropCacheArray |
abstract class |
|
core/includes/bootstrap.inc |
Provides a caching wrapper to be used in place of large array structures. |
ArrayDiffUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Test array diff functions. |
Archive_Tar |
class |
|
core/modules/system/system.tar.inc |
|
ArchiverZip |
class |
|
core/modules/system/system.archiver.inc |
Archiver for .zip files. |
ArchiverTar |
class |
|
core/modules/system/system.archiver.inc |
Archiver for .tar files. |
ArchiverInterface |
interface |
|
core/includes/archiver.inc |
Defines the common interface for all Archiver classes. |
AnonymousUser |
class |
|
core/includes/anonymous.inc |
Provides a class for managing anonymous users. |
AJAXTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Ajax Test. |
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. |
AJAXFrameworkTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests primary Ajax framework functions. |
AJAXFormValuesTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Test that $form_state['values'] is properly delivered to $ajax['callback']. |
AJAXFormPageCacheTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Test Ajax forms when page caching for anonymous users is turned on. |
AjaxExampleTestCase |
class |
|
modules/examples/ajax_example/ajax_example.test |
Functional tests for AJAX Example module. |
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. |
AJAXCommandsTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests Ajax framework commands. |
AdminBarWebTestCase |
class |
|
core/modules/admin_bar/tests/admin_bar.test |
Base class for all administration bar web test cases. |
AdminBarPermissionsTestCase |
class |
|
core/modules/admin_bar/tests/admin_bar.test |
Tests menu links depending on user permissions. |
AdminBarLinkTypesTestCase |
class |
|
core/modules/admin_bar/tests/admin_bar.test |
Tests appearance of different types of links. |
AdminBarDynamicLinksTestCase |
class |
|
core/modules/admin_bar/tests/admin_bar.test |
Tests appearance, localization, and escaping of dynamic links. |
AdminBarCustomizedTestCase |
class |
|
core/modules/admin_bar/tests/admin_bar.test |
Tests customized menu links. |
ActionLoopTestCase |
class |
|
core/modules/simpletest/tests/actions.test |
Test actions executing in a potential loop, and make sure they abort properly. |
ActionExampleTestCase |
class |
|
modules/examples/action_example/action_example.test |
Default test case for the action_example module. |
AccessDeniedTestCase |
class |
|
core/modules/system/tests/system.test |
Tests custom access denied functionality. |