You are here

public static function RegistrationStandardTestCase::getInfo in Entity Registration 8.2

Same name in this branch
  1. 8.2 tests/registration.test \RegistrationStandardTestCase::getInfo()
  2. 8.2 src/RegistrationStandardTestCase.php \Drupal\registration\RegistrationStandardTestCase::getInfo()

File

src/RegistrationStandardTestCase.php, line 10

Class

RegistrationStandardTestCase
Creates a registration type Create node entity type ensure registration type exists

Namespace

Drupal\registration

Code

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