You are here

public static function CourseEnrollmentTestCase::getInfo in Course 7

Same name and namespace in other branches
  1. 6 tests/CourseEnrollmentTestCase.test \CourseEnrollmentTestCase::getInfo()
  2. 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',
  );
}