You are here

public static function CourseObjectTestCase::getInfo in Course 7

Same name and namespace in other branches
  1. 6 tests/CourseObjectTestCase.test \CourseObjectTestCase::getInfo()
  2. 7.2 tests/CourseObjectTestCase.test \CourseObjectTestCase::getInfo()
1 method overrides CourseObjectTestCase::getInfo()
CourseObjectManualTestCase::getInfo in modules/course_object_manual/course_object_manual.test

File

tests/CourseObjectTestCase.test, line 8

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',
  );
}