public static function RegistrationAPITestCase::getInfo in Entity Registration 7
Same name and namespace in other branches
- 8.2 tests/registration.test \RegistrationAPITestCase::getInfo()
- 7.2 tests/registration.test \RegistrationAPITestCase::getInfo()
File
- tests/
registration.test, line 576 - Tests for the Registration module
Class
Code
public static function getInfo() {
return array(
'name' => 'Registration API',
'description' => 'Test hooks provided by Registration.',
'group' => 'Registration',
);
}