You are here

public static function PartyHatTestCase::getInfo in Party 7

Same name and namespace in other branches
  1. 8.2 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',
  );
}