public static function PartyHatTestCase::getInfo in Party 8.2
Same name and namespace in other branches
- 7 modules/party_hat/tests/party_hat.test \PartyHatTestCase::getInfo()
File
- modules/
party_hat/ tests/ party_hat.test, line 22 - Tests for the Party Hat module.
Class
- PartyHatTestCase
- Party Hat CRUD and Data Set tests.
Code
public static function getInfo() {
return array(
'name' => 'Party Hat',
'description' => 'Party Hat CRUD and Data Set tests.',
'group' => 'Party',
);
}