You are here

public static function CourseOutlineUiTestCase::getInfo in Course 7

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

File

tests/CourseOutlineUiTestCase.test, line 9

Class

CourseOutlineUiTestCase
Test class for dealing with adding and removing elements from the course outline.

Code

public static function getInfo() {

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