You are here

public static function CourseObjectTestCase::getInfo in Course 6

Same name and namespace in other branches
  1. 7.2 tests/CourseObjectTestCase.test \CourseObjectTestCase::getInfo()
  2. 7 tests/CourseObjectTestCase.test \CourseObjectTestCase::getInfo()

File

tests/CourseObjectTestCase.test, line 10

Class

CourseObjectTestCase
Description of CourseObjectTestCase

Code

public static function getInfo() {

  // Note that getInfo() strings are not translated with t().
  return array(
    'name' => 'Course objects',
    'description' => 'Ensure that Course objects function properly.',
    'group' => 'Course',
  );
}