You are here

public static function EntityCacheCommentRSSUnitTest::getInfo in Entity cache 7

Overrides CommentRSSUnitTest::getInfo

File

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

Class

EntityCacheCommentRSSUnitTest
Copy of CommentRSSUnitTest.

Code

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