You are here

public static function PrivatemsgRolesTestCase::getInfo in Privatemsg 7

Same name and namespace in other branches
  1. 6.2 privatemsg_roles/privatemsg_roles.test \PrivatemsgRolesTestCase::getInfo()
  2. 7.2 privatemsg_roles/privatemsg_roles.test \PrivatemsgRolesTestCase::getInfo()

File

privatemsg_roles/privatemsg_roles.test, line 12
This file contains tests for the privatemsg roles module

Class

PrivatemsgRolesTestCase
Test cases for the privatemsg_roles module.

Code

public static function getInfo() {
  return array(
    'name' => 'Privatemsg Roles functionality',
    'description' => 'Tests sending messages to roles',
    'group' => 'Privatemsg',
  );
}