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()

File

src/RegistrationAPITestCase.php, line 5

Class

RegistrationAPITestCase

Namespace

Drupal\registration

Code

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