public static function PartyPrimaryFieldsTestCase::getInfo in Party 7
File
- tests/
party_primary_fields.test, line 19 - Access Tests for the Party module.
Class
- PartyPrimaryFieldsTestCase
- Test Core Party functionality
Code
public static function getInfo() {
return array(
'name' => 'Party Primary Fields',
'description' => 'Test the setting of primary fields.',
'group' => 'Party',
'dependencies' => array(
'email_confirm',
),
);
}