public static function ModuleUnitTest::getInfo

File

drupal/modules/simpletest/tests/module.test, line 12
Tests for the module API.

Class

ModuleUnitTest
Unit tests for the module API.

Code

public static function getInfo() {
  return array(
    'name' => 'Module API',
    'description' => 'Test low-level module functions.',
    'group' => 'Module',
  );
}