public static function RegistrationStandardTestCase::getInfo in Entity Registration 8.2
Same name in this branch
- 8.2 tests/registration.test \RegistrationStandardTestCase::getInfo()
- 8.2 src/RegistrationStandardTestCase.php \Drupal\registration\RegistrationStandardTestCase::getInfo()
Same name and namespace in other branches
- 7.2 tests/registration.test \RegistrationStandardTestCase::getInfo()
- 7 tests/registration.test \RegistrationStandardTestCase::getInfo()
File
- tests/
registration.test, line 125 - 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',
);
}