You are here

public static function AjaxExampleTestCase::getInfo in Examples for Developers 7

File

ajax_example/ajax_example.test, line 17
Test ajax example module.

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',
  );
}