You are here

public static function ForumAccess00PlainTestCase::getInfo in Forum Access 7

Overrides ForumTestCase::getInfo

File

tests/forum_access.test, line 14

Class

ForumAccess00PlainTestCase
Functional tests for the Forum module, with Forum Access (and ACL) installed.

Code

public static function getInfo() {
  return array(
    'name' => '0. Forum functionality (with FA and ACL)',
    'description' => 'Run the Forum (!) module tests with Forum Access (and ACL) installed.',
    'group' => 'Forum Access',
  );
}