You are here

public static function AjaxLoaderTestCase::getInfo in Ajax loader 7

File

./ajax_loader.test, line 13
Test class to ensure proper working of module.

Class

AjaxLoaderTestCase
@file Test class to ensure proper working of module.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'AJAX Loader',
    'description' => 'Ensure that ajax loaders work properly',
    'group' => 'AJAX',
  );
}