public static function CourseOutlineUiTestCase::getInfo in Course 6
Same name and namespace in other branches
- 7.2 tests/CourseOutlineUiTestCase.test \CourseOutlineUiTestCase::getInfo()
- 7 tests/CourseOutlineUiTestCase.test \CourseOutlineUiTestCase::getInfo()
File
- tests/
CourseOutlineUiTestCase.test, line 11
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',
);
}