You are here

public static function RegistrationStandardTestCase::getInfo in Entity Registration 7.2

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

File

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

Class

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

Code

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