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/tests/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/tests/action_example.test |
Default test case for the action_example module. |
AccessDeniedTestCase |
class |
|
core/modules/system/tests/system.test |
Tests custom access denied functionality. |