You are here

public static function PartyTestCase::getInfo in Party 7

Same name and namespace in other branches
  1. 8.2 tests/party.test \PartyTestCase::getInfo()

File

tests/party.test, line 103
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',
  );
}