You are here

public static function EntityCacheCommentPagerTest::getInfo in Entity cache 7

Overrides CommentPagerTest::getInfo

File

./entitycache.test, line 222
Entity Cache module tests.

Class

EntityCacheCommentPagerTest
Copy of CommentPagerTest.

Code

public static function getInfo() {
  return array(
    'name' => 'Copy of CommentPagerTest',
    'description' => 'Copy of CommentPagerTest',
    'group' => 'Entity cache',
  );
}