function AjaxExampleTestCase::getInfo

File

ajax_example/ajax_example.test, line 17

Class

AjaxExampleTestCase
Functional tests for AJAX Example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Ajax example',
    'description' => 'Checks behavior of the Ajax Example',
    'group' => 'Examples',
  );
}