public static function CourseObjectManualTestCase::getInfo in Course 7.2
Same name and namespace in other branches
- 8.3 modules/course_object_manual/tests/src/Functional/CourseObjectManualTestCase.php \CourseObjectManualTestCase::getInfo()
- 8.2 modules/course_object_manual/tests/src/Functional/CourseObjectManualTestCase.php \CourseObjectManualTestCase::getInfo()
- 7 modules/course_object_manual/course_object_manual.test \CourseObjectManualTestCase::getInfo()
Overrides CourseObjectTestCase::getInfo
File
- modules/
course_object_manual/ course_object_manual.test, line 8
Class
- CourseObjectManualTestCase
- Tests for manual course objects.
Code
public static function getInfo() {
// Note that getInfo() strings are not translated with t().
return array(
'name' => 'Course object manual',
'description' => 'Ensure that manual course objects function properly.',
'group' => 'Course',
);
}