You are here

public static function RegistrationAPITestCase::getInfo in Entity Registration 7

Same name and namespace in other branches
  1. 8.2 tests/registration.test \RegistrationAPITestCase::getInfo()
  2. 7.2 tests/registration.test \RegistrationAPITestCase::getInfo()

File

tests/registration.test, line 576
Tests for the Registration module

Class

RegistrationAPITestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Registration API',
    'description' => 'Test hooks provided by Registration.',
    'group' => 'Registration',
  );
}