You are here

public static function PrivatemsgLimitsTestCase::getInfo in Privatemsg 7

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

File

privatemsg_limits/privatemsg_limits.test, line 12
This file contains tests for the privatemsg limits module

Class

PrivatemsgLimitsTestCase
Test cases for the privatemsg_limits module.

Code

public static function getInfo() {
  return array(
    'name' => 'Privatemsg Limits',
    'description' => 'Tests limits on sending and recieving messages.',
    'group' => 'Privatemsg',
  );
}