You are here

public static function M4032404TestCase::getInfo in 403 to 404 7

Tell Drupal and Simpletest about these tests.

File

tests/m4032404.test, line 16
Tests for m4032404.

Class

M4032404TestCase
Tests the functionality of the m4032404 module.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'm4032404',
    'description' => 'Ensures m4032404 works as intended.',
    'group' => 'm4032404',
  );
}