ajax.test

File

drupal/modules/simpletest/tests/ajax.test
View source

Classes

Namesort descending Description
AJAXCommandsTestCase Tests Ajax framework commands.
AJAXElementValidation Miscellaneous Ajax tests using ajax_test module.
AJAXFormPageCacheTestCase Test Ajax forms when page caching for anonymous users is turned on.
AJAXFormValuesTestCase Test that $form_state['values'] is properly delivered to $ajax['callback'].
AJAXFrameworkTestCase Tests primary Ajax framework functions.
AJAXMultiFormTestCase Tests that Ajax-enabled forms work when multiple instances of the same form are on a page.
AJAXTestCase