You are here

public static function EntityCacheCommentTokenReplaceTestCase::getInfo in Entity cache 7

Overrides CommentTokenReplaceTestCase::getInfo

File

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

Class

EntityCacheCommentTokenReplaceTestCase
Copy of CommentTokenReplaceTestCase.

Code

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