You are here

public static function PartyAccessTestCase::getInfo in Party 7

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

File

tests/party_access.test, line 14
Access Tests for the Party module.

Class

PartyAccessTestCase
Test Core Party functionality

Code

public static function getInfo() {
  return array(
    'name' => 'Party Access',
    'description' => 'Party access test.',
    'group' => 'Party',
    'dependencies' => array(
      'email_confirm',
    ),
  );
}