public static function CourseWorkflowTestCase::getInfo in Course 7.2
Same name and namespace in other branches
- 7 tests/CourseWorkflowTestCase.test \CourseWorkflowTestCase::getInfo()
File
- tests/
CourseWorkflowTestCase.test, line 8
Class
- CourseWorkflowTestCase
- Test class for the default outline and course workflow.
Code
public static function getInfo() {
// Note that getInfo() strings are not translated with t().
return array(
'name' => 'Course workflow',
'description' => 'Ensure that the Course workflow functions properly.',
'group' => 'Course',
);
}