You are here

public static function PartyUserTestCase::getInfo in Party 7

Same name and namespace in other branches
  1. 8.2 modules/party_user/tests/party_user.test \PartyUserTestCase::getInfo()

File

modules/party_user/tests/party_user.test, line 18
Tests for the Party User module.

Class

PartyUserTestCase
Party User Data Set and Access tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Party User',
    'description' => 'Party User Data Set and Access tests.',
    'group' => 'Party',
    'dependencies' => array(
      'email_confirm',
    ),
  );
}