You are here

public static function FlagCommentOptimizationTestCase::getInfo in Flag 7.3

Implements getInfo().

File

tests/flag.test, line 1668
Tests for the Flag module.

Class

FlagCommentOptimizationTestCase
Verifies the optimization for comment viewing.

Code

public static function getInfo() {
  return array(
    'name' => 'Comment view optimization',
    'description' => 'Tests that loading of flagging records when viewing all comments on a node works correctly.',
    'group' => 'Flag',
  );
}