public static function CourseObjectSignupTestCase::getInfo in Course 6
Same name and namespace in other branches
- 7.2 modules/course_signup/course_signup.test \CourseObjectSignupTestCase::getInfo()
- 7 modules/course_signup/course_signup.test \CourseObjectSignupTestCase::getInfo()
File
- modules/
course_signup/ course_signup.test, line 13
Class
- CourseObjectSignupTestCase
- 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 signup',
'description' => 'Ensure that the Course signup integration functions properly.',
'group' => 'Course',
);
}