public static function PartyUserTestCase::getInfo in Party 8.2
Same name and namespace in other branches
- 7 modules/party_user/tests/party_user.test \PartyUserTestCase::getInfo()
File
- modules/
party_user/ tests/ party_user.test, line 18 - Tests for the Party User module.
Class
- PartyUserTestCase
- Party User Data Set and Access tests.
Code
public static function getInfo() {
return array(
'name' => 'Party User',
'description' => 'Party User Data Set and Access tests.',
'group' => 'Party',
'dependencies' => array(
'email_confirm',
),
);
}