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