You are here

public static function RegistrationAPITestCase::getInfo in Entity Registration 8.2

Same name in this branch
  1. 8.2 tests/registration.test \RegistrationAPITestCase::getInfo()
  2. 8.2 src/RegistrationAPITestCase.php \Drupal\registration\RegistrationAPITestCase::getInfo()
Same name and namespace in other branches
  1. 7.2 tests/registration.test \RegistrationAPITestCase::getInfo()
  2. 7 tests/registration.test \RegistrationAPITestCase::getInfo()

File

tests/registration.test, line 581
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',
  );
}