You are here

public static function PrivatemsgGroupsTestCase::getInfo in Privatemsg 7.2

File

privatemsg_groups/privatemsg_groups.test, line 12
This file contains tests for the privatemsg groups module

Class

PrivatemsgGroupsTestCase
Test cases for the privatemsg_groups module.

Code

public static function getInfo() {
  return array(
    'name' => 'Privatemsg Groups functionality',
    'description' => 'Tests sending messages to organic groups',
    'group' => 'Privatemsg',
    'dependencies' => array(
      'og',
    ),
  );
}