public static function PartyAccessTestCase::getInfo in Party 8.2
Same name and namespace in other branches
- 7 tests/party_access.test \PartyAccessTestCase::getInfo()
File
- tests/
party_access.test, line 14 - Access Tests for the Party module.
Class
- PartyAccessTestCase
- Test Core Party functionality
Code
public static function getInfo() {
return array(
'name' => 'Party Access',
'description' => 'Party access test.',
'group' => 'Party',
'dependencies' => array(
'email_confirm',
),
);
}