public static function CourseObjectManualTestCase::getInfo in Course 8.3
Same name and namespace in other branches
- 8.2 modules/course_object_manual/tests/src/Functional/CourseObjectManualTestCase.php \CourseObjectManualTestCase::getInfo()
- 7.2 modules/course_object_manual/course_object_manual.test \CourseObjectManualTestCase::getInfo()
- 7 modules/course_object_manual/course_object_manual.test \CourseObjectManualTestCase::getInfo()
File
- modules/
course_object_manual/ tests/ src/ Functional/ CourseObjectManualTestCase.php, line 10
Class
- CourseObjectManualTestCase
- Tests quizzes in courses.
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',
);
}