public static function CourseEnrollmentTestCase::getInfo in Course 7
Same name and namespace in other branches
- 6 tests/CourseEnrollmentTestCase.test \CourseEnrollmentTestCase::getInfo()
- 7.2 tests/CourseEnrollmentTestCase.test \CourseEnrollmentTestCase::getInfo()
File
- tests/CourseEnrollmentTestCase.test, line 8 
Class
- CourseEnrollmentTestCase
- Tests for Course enrollment
Code
public static function getInfo() {
  // Note that getInfo() strings are not translated with t().
  return array(
    'name' => 'Course enrollment',
    'description' => 'Ensure that Course enrollment and access control functions properly.',
    'group' => 'Course',
  );
}