You are here

public static function SimpletestUnitTestExampleTestCase::getInfo in Calendar Systems 7.2

Same name and namespace in other branches
  1. 8 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
  2. 6.3 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
  3. 6 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
  4. 7.3 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()
  5. 7 simpletest_calendar_systems.test \SimpletestUnitTestExampleTestCase::getInfo()

File

./simpletest_calendar_systems.test, line 4

Class

SimpletestUnitTestExampleTestCase

Code

public static function getInfo() {

  // Note: getInfo() strings should not be translated.
  return array(
    'name' => 'Simpletest CalendarSystems unit tests',
    'description' => 'Test that CalendarSystems works properly.',
    'group' => 'CalendarSystem',
  );
}